diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-08-04 17:04:08 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-05 17:20:34 +0200 |
commit | 6bed24cc62ecd8d7a96c34cf1cf3e5e093f7be62 (patch) | |
tree | b2990e845840a2b453a01e1eca84305f8349544c /board/sunxi | |
parent | 5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d (diff) |
sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig
Now that the musb-new driver has a Kconfig, we can move Kconfig options to
enable controllers to it, so that it's easier in e.g. menuconfig.
In addition, this allows declaring support for USB_MUSB_HOST/GADGET in
defconfigs instead of the USB_MUSB_SUNXI controller, that will get selected
automatically when needed.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 441c8808138..e1c5e1df403 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -539,15 +539,6 @@ config VIDEO_LCD_TL059WV5C0 endchoice -config USB_MUSB_SUNXI - bool "Enable sunxi OTG / DRC USB controller in host mode" - default n - ---help--- - Say y here to enable support for the sunxi OTG / DRC USB controller - used on almost all sunxi boards. Note currently u-boot can only have - one usb host controller enabled at a time, so enabling this on boards - which also use the ehci host controller will result in build errors. - config USB_KEYBOARD boolean "Enable USB keyboard support" default y |