MCS8140 actually selects CPU_ARM926T

Should make inclusion for other MCS814x SoCs easier

SVN-Revision: 33188
This commit is contained in:
Florian Fainelli 2012-08-14 16:19:30 +00:00
parent 23d73bf051
commit a183ced08e
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@ if ARCH_MCS814X
config MCS8140 config MCS8140
bool bool
select CPU_ARM926T
menu "Moschip MCS8140 boards" menu "Moschip MCS8140 boards"

View File

@ -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