summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2010-05-18 10:21:05 +0000
committerJohn Crispin <john@openwrt.org>2010-05-18 10:21:05 +0000
commit6b3bfbf943056a9b3f1f528fe2791be463bfe765 (patch)
treefe6a9b66c64a7d26cfbaca829e7f5ebe1de52c03 /target
parent91853a07211ebb0985ee61885345318ca6f4f0cc (diff)
downloadmaster-31e0f0ae-6b3bfbf943056a9b3f1f528fe2791be463bfe765.tar.gz
master-31e0f0ae-6b3bfbf943056a9b3f1f528fe2791be463bfe765.tar.bz2
master-31e0f0ae-6b3bfbf943056a9b3f1f528fe2791be463bfe765.zip
adds proper kconfig to select the new mach types
SVN-Revision: 21500
Diffstat (limited to 'target')
-rw-r--r--target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Kconfig11
1 files changed, 8 insertions, 3 deletions
diff --git a/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Kconfig b/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Kconfig
index f4a6a8a595..f6ac69c70d 100644
--- a/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Kconfig
+++ b/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Kconfig
@@ -4,7 +4,7 @@ config IFXMIPS_ARCAYDIAN_BRNBOOT
bool
default n
-menu "infineon SoC machine selection"
+menu "Infineon SoC machine selection"
config DANUBE_MACH_EASY50712
bool "Easy50712"
@@ -19,8 +19,13 @@ config DANUBE_MACH_ARV4519
default y
select DANUBE_ARCAYDIAN_BRNBOOT
-config DANUBE_MACH_ARV452
- bool "ARV452"
+config DANUBE_MACH_ARV4520
+ bool "ARV4520"
+ default y
+ select IFXMIPS_ARCAYDIAN_BRNBOOT
+
+config DANUBE_MACH_ARV4525
+ bool "ARV4525"
default y
select IFXMIPS_ARCAYDIAN_BRNBOOT