mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 11:41:06 +02:00
[mcs814x] MCS8140 actually selects CPU_ARM926T
Should make inclusion for other MCS814x SoCs easier git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33188 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c9b24ea50f
commit
b04e0a47c5
@ -2,6 +2,7 @@ if ARCH_MCS814X
|
|||||||
|
|
||||||
config MCS8140
|
config MCS8140
|
||||||
bool
|
bool
|
||||||
|
select CPU_ARM926T
|
||||||
|
|
||||||
menu "Moschip MCS8140 boards"
|
menu "Moschip MCS8140 boards"
|
||||||
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
--- a/arch/arm/Kconfig
|
--- a/arch/arm/Kconfig
|
||||||
+++ b/arch/arm/Kconfig
|
+++ b/arch/arm/Kconfig
|
||||||
@@ -869,6 +869,22 @@ config ARCH_EXYNOS
|
@@ -869,6 +869,21 @@ config ARCH_EXYNOS
|
||||||
help
|
help
|
||||||
Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5)
|
Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5)
|
||||||
|
|
||||||
+config ARCH_MCS814X
|
+config ARCH_MCS814X
|
||||||
+ bool "Moschip MCS814x"
|
+ bool "Moschip MCS814x"
|
||||||
+ select CPU_ARM926T
|
|
||||||
+ select MIGHT_HAVE_PCI
|
+ select MIGHT_HAVE_PCI
|
||||||
+ select FIQ
|
+ select FIQ
|
||||||
+ select GENERIC_IRQ_CHIP
|
+ select GENERIC_IRQ_CHIP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user