USB: gadget: fix imx_udc entry in Kconfig
Move USB_GADGET_IMX to the right section of Kconfig as this controller is available only as integrated on i.MX CPU. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8540d66615
commit
c03e7d4bc1
|
@ -286,6 +286,27 @@ config USB_S3C_HSOTG
|
||||||
default USB_GADGET
|
default USB_GADGET
|
||||||
select USB_GADGET_SELECTED
|
select USB_GADGET_SELECTED
|
||||||
|
|
||||||
|
config USB_GADGET_IMX
|
||||||
|
boolean "Freescale IMX USB Peripheral Controller"
|
||||||
|
depends on ARCH_MX1
|
||||||
|
help
|
||||||
|
Freescale's IMX series include an integrated full speed
|
||||||
|
USB 1.1 device controller. The controller in the IMX series
|
||||||
|
is register-compatible.
|
||||||
|
|
||||||
|
It has Six fixed-function endpoints, as well as endpoint
|
||||||
|
zero (for control transfers).
|
||||||
|
|
||||||
|
Say "y" to link the driver statically, or "m" to build a
|
||||||
|
dynamically linked module called "imx_udc" and force all
|
||||||
|
gadget drivers to also be dynamically linked.
|
||||||
|
|
||||||
|
config USB_IMX
|
||||||
|
tristate
|
||||||
|
depends on USB_GADGET_IMX
|
||||||
|
default USB_GADGET
|
||||||
|
select USB_GADGET_SELECTED
|
||||||
|
|
||||||
config USB_GADGET_S3C2410
|
config USB_GADGET_S3C2410
|
||||||
boolean "S3C2410 USB Device Controller"
|
boolean "S3C2410 USB Device Controller"
|
||||||
depends on ARCH_S3C2410
|
depends on ARCH_S3C2410
|
||||||
|
@ -321,27 +342,6 @@ config USB_GADGET_MUSB_HDRC
|
||||||
This OTG-capable silicon IP is used in dual designs including
|
This OTG-capable silicon IP is used in dual designs including
|
||||||
the TI DaVinci, OMAP 243x, OMAP 343x, TUSB 6010, and ADI Blackfin
|
the TI DaVinci, OMAP 243x, OMAP 343x, TUSB 6010, and ADI Blackfin
|
||||||
|
|
||||||
config USB_GADGET_IMX
|
|
||||||
boolean "Freescale IMX USB Peripheral Controller"
|
|
||||||
depends on ARCH_MX1
|
|
||||||
help
|
|
||||||
Freescale's IMX series include an integrated full speed
|
|
||||||
USB 1.1 device controller. The controller in the IMX series
|
|
||||||
is register-compatible.
|
|
||||||
|
|
||||||
It has Six fixed-function endpoints, as well as endpoint
|
|
||||||
zero (for control transfers).
|
|
||||||
|
|
||||||
Say "y" to link the driver statically, or "m" to build a
|
|
||||||
dynamically linked module called "imx_udc" and force all
|
|
||||||
gadget drivers to also be dynamically linked.
|
|
||||||
|
|
||||||
config USB_IMX
|
|
||||||
tristate
|
|
||||||
depends on USB_GADGET_IMX
|
|
||||||
default USB_GADGET
|
|
||||||
select USB_GADGET_SELECTED
|
|
||||||
|
|
||||||
config USB_GADGET_M66592
|
config USB_GADGET_M66592
|
||||||
boolean "Renesas M66592 USB Peripheral Controller"
|
boolean "Renesas M66592 USB Peripheral Controller"
|
||||||
select USB_GADGET_DUALSPEED
|
select USB_GADGET_DUALSPEED
|
||||||
|
|
Loading…
Reference in New Issue