diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-08-11 12:55:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-08-11 12:55:41 +0000 |
commit | 499699929589e33ad5395126c15a6901337fe9cc (patch) | |
tree | b015c2980b41997c661f0cec91b9f38b86cea6f8 /target/linux/mcs814x/patches-3.3/001-platform.patch | |
parent | c8edb6e5cc2cff9e351a783af76dad7ea512afd6 (diff) | |
download | upstream-499699929589e33ad5395126c15a6901337fe9cc.tar.gz upstream-499699929589e33ad5395126c15a6901337fe9cc.tar.bz2 upstream-499699929589e33ad5395126c15a6901337fe9cc.zip |
[mcs814x] properly advertise OHCI and EHCI capabilities
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33128 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x/patches-3.3/001-platform.patch')
-rw-r--r-- | target/linux/mcs814x/patches-3.3/001-platform.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/mcs814x/patches-3.3/001-platform.patch b/target/linux/mcs814x/patches-3.3/001-platform.patch index fbe79af594..84b5147329 100644 --- a/target/linux/mcs814x/patches-3.3/001-platform.patch +++ b/target/linux/mcs814x/patches-3.3/001-platform.patch @@ -1,6 +1,6 @@ --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig -@@ -869,6 +869,20 @@ config ARCH_EXYNOS +@@ -869,6 +869,22 @@ config ARCH_EXYNOS help Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) @@ -15,6 +15,8 @@ + select CLKDEV_LOOKUP + select ARCH_USES_GETTIMEOFFSET + select NEED_MACH_MEMORY_H ++ select USB_ARCH_HAS_OHCI ++ select USB_ARCH_HAS_EHCI + help + Support for Moschip MCS814x SoCs (MCS8140). + |