diff options
author | Anand Gadiyar | 2010-11-21 23:23:42 +0530 |
---|---|---|
committer | Anand Gadiyar | 2010-12-01 02:42:36 +0530 |
commit | 56976b6ac4047ec456e2ba7e516ed2e9d96c3acf (patch) | |
tree | 428d0660d932a6d58755a0c1826e50fe7ec12e0b | |
parent | becf0737cf25bd0084ed85ccb1ab6c902e600a3c (diff) |
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>
-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 |