mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[mcs814x] properly advertise OHCI and EHCI capabilities
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33128 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
--- a/arch/arm/Kconfig
|
--- a/arch/arm/Kconfig
|
||||||
+++ b/arch/arm/Kconfig
|
+++ b/arch/arm/Kconfig
|
||||||
@@ -869,6 +869,20 @@ config ARCH_EXYNOS
|
@@ -869,6 +869,22 @@ config ARCH_EXYNOS
|
||||||
help
|
help
|
||||||
Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5)
|
Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5)
|
||||||
|
|
||||||
@@ -15,6 +15,8 @@
|
|||||||
+ select CLKDEV_LOOKUP
|
+ select CLKDEV_LOOKUP
|
||||||
+ select ARCH_USES_GETTIMEOFFSET
|
+ select ARCH_USES_GETTIMEOFFSET
|
||||||
+ select NEED_MACH_MEMORY_H
|
+ select NEED_MACH_MEMORY_H
|
||||||
|
+ select USB_ARCH_HAS_OHCI
|
||||||
|
+ select USB_ARCH_HAS_EHCI
|
||||||
+ help
|
+ help
|
||||||
+ Support for Moschip MCS814x SoCs (MCS8140).
|
+ Support for Moschip MCS814x SoCs (MCS8140).
|
||||||
+
|
+
|
||||||
|
|||||||
Reference in New Issue
Block a user