diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-06-17 17:44:58 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-07-25 11:22:55 +0200 |
commit | 91183babea8f36d7bea40ecbc3862913ca0eae65 (patch) | |
tree | ec3eb2e4e407022bc43e7261a031ff7fe310cee5 /arch/arm/Kconfig | |
parent | d42faf3198262710d17548950e1ab41413e8b7f9 (diff) | |
download | u-boot-imx-91183babea8f36d7bea40ecbc3862913ca0eae65.zip u-boot-imx-91183babea8f36d7bea40ecbc3862913ca0eae65.tar.gz u-boot-imx-91183babea8f36d7bea40ecbc3862913ca0eae65.tar.bz2 |
sunxi: musb: Use device-model for musb host mode
Modify the sunxi musb glue to use the device-model for musb host mode.
This allows using musb in host mode together with other host drivers
such as ehci / ohci, which is esp. useful on boards which use the
musb controller in host-only mode, these boards have e.g. an usb-a
receptacle or an usb to sata converter attached to the musb controller.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0e899cd..3355b3b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -648,7 +648,7 @@ config ARCH_SUNXI select DM_GPIO select DM_ETH select DM_SERIAL - select DM_USB if !USB_MUSB_SUNXI + select DM_USB select OF_CONTROL select OF_SEPARATE select SPL_DISABLE_OF_CONTROL |