aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ns9xxx
diff options
context:
space:
mode:
authorUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>2007-10-16 09:32:59 -0400
committerUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>2008-03-31 02:17:01 -0400
commit13f429bd1b48ab67037a746ed274d7f58bb325d5 (patch)
tree002fc7bc13f68b4332efe746868e5065359a3eb4 /arch/arm/mach-ns9xxx
parentab65b87093a38ad8565780494c74bd7afd79ad9a (diff)
ns9xxx: introduce a config variable for the cc9p9360 module
Moreover now it's the module that selects the processor, and not the machine anymore. Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Diffstat (limited to 'arch/arm/mach-ns9xxx')
-rw-r--r--arch/arm/mach-ns9xxx/Kconfig28
1 files changed, 16 insertions, 12 deletions
diff --git a/arch/arm/mach-ns9xxx/Kconfig b/arch/arm/mach-ns9xxx/Kconfig
index 83c0efa7399c..dd0cd5ac4b8b 100644
--- a/arch/arm/mach-ns9xxx/Kconfig
+++ b/arch/arm/mach-ns9xxx/Kconfig
@@ -5,9 +5,23 @@ menu "NS9xxx Implementations"
5config NS9XXX_HAVE_SERIAL8250 5config NS9XXX_HAVE_SERIAL8250
6 bool 6 bool
7 7
8config PROCESSOR_NS9360
9 bool
10
11config MODULE_CC9P9360
12 bool
13 select PROCESSOR_NS9360
14
15config BOARD_A9M9750DEV
16 select NS9XXX_HAVE_SERIAL8250
17 bool
18
19config BOARD_JSCC9P9360
20 bool
21
8config MACH_CC9P9360DEV 22config MACH_CC9P9360DEV
9 bool "ConnectCore 9P 9360 on an A9M9750 Devboard" 23 bool "ConnectCore 9P 9360 on an A9M9750 Devboard"
10 select PROCESSOR_NS9360 24 select MODULE_CC9P9360
11 select BOARD_A9M9750DEV 25 select BOARD_A9M9750DEV
12 help 26 help
13 Say Y here if you are using the Digi ConnectCore 9P 9360 27 Say Y here if you are using the Digi ConnectCore 9P 9360
@@ -15,22 +29,12 @@ config MACH_CC9P9360DEV
15 29
16config MACH_CC9P9360JS 30config MACH_CC9P9360JS
17 bool "ConnectCore 9P 9360 on a JSCC9P9360 Devboard" 31 bool "ConnectCore 9P 9360 on a JSCC9P9360 Devboard"
18 select PROCESSOR_NS9360 32 select MODULE_CC9P9360
19 select BOARD_JSCC9P9360 33 select BOARD_JSCC9P9360
20 help 34 help
21 Say Y here if you are using the Digi ConnectCore 9P 9360 35 Say Y here if you are using the Digi ConnectCore 9P 9360
22 on an JSCC9P9360 Development Board. 36 on an JSCC9P9360 Development Board.
23 37
24config PROCESSOR_NS9360
25 bool
26
27config BOARD_A9M9750DEV
28 bool
29 select NS9XXX_HAVE_SERIAL8250
30
31config BOARD_JSCC9P9360
32 bool
33
34endmenu 38endmenu
35 39
36endif 40endif