aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ns9xxx/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>2007-02-16 09:36:55 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-02-17 15:05:45 -0500
commit9918cda52368ec3df5bb6bc1630ba8c070ad9fdd (patch)
tree4b0a6b5df2c8d5f27b3c945eaec0966d8bcf67d8 /arch/arm/mach-ns9xxx/Kconfig
parentae0a846e411dc0b568e8ccda584896310ee5f369 (diff)
[ARM] 4210/1: base for new machine type "NetSilicon NS9360"
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ns9xxx/Kconfig')
-rw-r--r--arch/arm/mach-ns9xxx/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-ns9xxx/Kconfig b/arch/arm/mach-ns9xxx/Kconfig
new file mode 100644
index 000000000000..8175ba92a2fa
--- /dev/null
+++ b/arch/arm/mach-ns9xxx/Kconfig
@@ -0,0 +1,21 @@
1if ARCH_NS9XXX
2
3menu "NS9xxx Implementations"
4
5config MACH_CC9P9360DEV
6 bool "Connect Core 9P 9360 on an A9M9750 Devboard"
7 select PROCESSOR_NS9360
8 select BOARD_A9M9750DEV
9 help
10 Say Y here if you are using the Digi Connect Core 9P 9360
11 on an A9M9750 Development Board.
12
13config PROCESSOR_NS9360
14 bool
15
16config BOARD_A9M9750DEV
17 bool
18
19endmenu
20
21endif