diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-08-14 16:19:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-08-14 16:19:30 +0000 |
commit | 11293837c89cdcb8ed6b8a72bed7bc1039f597c1 (patch) | |
tree | 9b05f5703e60a44a77ba4f5296318a4e9936d09d /target/linux/mcs814x/files-3.3 | |
parent | a015e7c411faefba33541539aa98adceb3cd5924 (diff) | |
download | upstream-11293837c89cdcb8ed6b8a72bed7bc1039f597c1.tar.gz upstream-11293837c89cdcb8ed6b8a72bed7bc1039f597c1.tar.bz2 upstream-11293837c89cdcb8ed6b8a72bed7bc1039f597c1.zip |
[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
Diffstat (limited to 'target/linux/mcs814x/files-3.3')
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig | 1 |
1 files changed, 1 insertions, 0 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 3030aa34e1..372c9b87b9 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" |