summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig1
-rw-r--r--target/linux/mcs814x/patches-3.3/001-platform.patch3
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig
index 3030aa34e..372c9b87b 100644
--- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig
+++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig
@@ -2,6 +2,7 @@ if ARCH_MCS814X
config MCS8140
bool
+ select CPU_ARM926T
menu "Moschip MCS8140 boards"
diff --git a/target/linux/mcs814x/patches-3.3/001-platform.patch b/target/linux/mcs814x/patches-3.3/001-platform.patch
index 8d77b72b3..051a4922f 100644
--- a/target/linux/mcs814x/patches-3.3/001-platform.patch
+++ b/target/linux/mcs814x/patches-3.3/001-platform.patch
@@ -1,12 +1,11 @@
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
-@@ -869,6 +869,22 @@ config ARCH_EXYNOS
+@@ -869,6 +869,21 @@ config ARCH_EXYNOS
help
Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5)
+config ARCH_MCS814X
+ bool "Moschip MCS814x"
-+ select CPU_ARM926T
+ select MIGHT_HAVE_PCI
+ select FIQ
+ select GENERIC_IRQ_CHIP