diff options
author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | 2007-10-16 09:32:59 -0400 |
---|---|---|
committer | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | 2008-03-31 02:17:01 -0400 |
commit | 13f429bd1b48ab67037a746ed274d7f58bb325d5 (patch) | |
tree | 002fc7bc13f68b4332efe746868e5065359a3eb4 /arch/arm/mach-ns9xxx | |
parent | ab65b87093a38ad8565780494c74bd7afd79ad9a (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/Kconfig | 28 |
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" | |||
5 | config NS9XXX_HAVE_SERIAL8250 | 5 | config NS9XXX_HAVE_SERIAL8250 |
6 | bool | 6 | bool |
7 | 7 | ||
8 | config PROCESSOR_NS9360 | ||
9 | bool | ||
10 | |||
11 | config MODULE_CC9P9360 | ||
12 | bool | ||
13 | select PROCESSOR_NS9360 | ||
14 | |||
15 | config BOARD_A9M9750DEV | ||
16 | select NS9XXX_HAVE_SERIAL8250 | ||
17 | bool | ||
18 | |||
19 | config BOARD_JSCC9P9360 | ||
20 | bool | ||
21 | |||
8 | config MACH_CC9P9360DEV | 22 | config 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 | ||
16 | config MACH_CC9P9360JS | 30 | config 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 | ||
24 | config PROCESSOR_NS9360 | ||
25 | bool | ||
26 | |||
27 | config BOARD_A9M9750DEV | ||
28 | bool | ||
29 | select NS9XXX_HAVE_SERIAL8250 | ||
30 | |||
31 | config BOARD_JSCC9P9360 | ||
32 | bool | ||
33 | |||
34 | endmenu | 38 | endmenu |
35 | 39 | ||
36 | endif | 40 | endif |