mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
MCS8140 actually selects CPU_ARM926T
Should make inclusion for other MCS814x SoCs easier SVN-Revision: 33188
This commit is contained in:
parent
23d73bf051
commit
a183ced08e
@ -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