diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-03-16 22:25:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-03-16 22:25:47 +0000 |
commit | 61de74b7f58ba44f2df14a47bad49370f434dda0 (patch) | |
tree | 7050f81482c126e5757cb2eae70d1780ad453e0a /target/linux/mcs814x/patches-3.3 | |
parent | 4ac0d0408c881df774304884781d4c8969357651 (diff) | |
download | upstream-61de74b7f58ba44f2df14a47bad49370f434dda0.tar.gz upstream-61de74b7f58ba44f2df14a47bad49370f434dda0.tar.bz2 upstream-61de74b7f58ba44f2df14a47bad49370f434dda0.zip |
mcs814x: implement MULTI_IRQ_HANDLER
Allows us to get rid of the IRQ entry point assembly
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36060 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x/patches-3.3')
-rw-r--r-- | target/linux/mcs814x/patches-3.3/001-platform.patch | 3 |
1 files changed, 2 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 051a4922fd..70cc355d02 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,21 @@ config ARCH_EXYNOS +@@ -869,6 +869,22 @@ config ARCH_EXYNOS help Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) @@ -16,6 +16,7 @@ + select NEED_MACH_MEMORY_H + select USB_ARCH_HAS_OHCI + select USB_ARCH_HAS_EHCI ++ select MULTI_IRQ_HANDLER + help + Support for Moschip MCS814x SoCs (MCS8140). + |