最終更新:2022-08-24 (水) 12:08:52 (609d)  

CONFIG_USB_G_MULTI
Top / CONFIG_USB_G_MULTI

Multifunction Composite Gadget

概要

  • The Multifunction Composite Gadget provides Ethernet (RNDIS and/or CDC Ethernet), mass storage and ACM serial link interfaces.
  • You will be asked to choose which of the two configurations is to be available in the gadget. At least one configuration must be chosen to make the gadget usable. Selecting more than one configuration will prevent Windows from automatically detecting the gadget as a composite gadget, so an INF file will be needed to use the gadget.

定義

ソースコード

  • drivers/usb/gadget/g_multi.c?

モジュール

構成

  • CONFIG_USB_G_MULTI_CDC?CDC Ethernet + CDC Serial + Storage configuration
    CONFIG_USB_G_MULTI_RNDIS?RNDIS + CDC Serial + Storage configuration

select

  • CONFIG_USB_G_MULTI_CDC? if !CONFIG_USB_G_MULTI_RNDIS?
  • CONFIG_USB_LIBCOMPOSITE
  • CONFIG_USB_U_SERIAL?
  • CONFIG_USB_U_ETHER?
  • CONFIG_USB_F_ACM?
  • CONFIG_USB_F_MASS_STORAGE?

ドキュメント