diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2010-11-21 18:53:42 +0100 |
---|---|---|
committer | Anand Gadiyar <gadiyar@ti.com> | 2010-11-30 22:12:36 +0100 |
commit | 56976b6ac4047ec456e2ba7e516ed2e9d96c3acf (patch) | |
tree | 428d0660d932a6d58755a0c1826e50fe7ec12e0b /arch/arm/mach-omap2/Kconfig | |
parent | arm: omap4: usb: add platform init code for EHCI (diff) | |
download | linux-56976b6ac4047ec456e2ba7e516ed2e9d96c3acf.tar.xz linux-56976b6ac4047ec456e2ba7e516ed2e9d96c3acf.zip |
arm: omap4: select USB_ARCH_HAS_EHCI
The OMAP4 has an on-chip EHCI controller. Select USB_ARCH_HAS_EHCI
to allow the EHCI driver to be built on OMAP4.
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index ab784bfde908..766727c4031d 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -44,6 +44,7 @@ config ARCH_OMAP4 select ARM_GIC select PL310_ERRATA_588369 select ARM_ERRATA_720789 + select USB_ARCH_HAS_EHCI comment "OMAP Core Type" depends on ARCH_OMAP2 |