From 3d757922b64dbea8e93e3fc3a0fc3fed72f02ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 16 Oct 2007 15:32:59 +0200 Subject: [PATCH] --- yaml --- r: 91177 b: refs/heads/master c: 13f429bd1b48ab67037a746ed274d7f58bb325d5 h: refs/heads/master i: 91175: 1c304f6a5f9aaa9d27625db4fd10bafa20e1fd45 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-ns9xxx/Kconfig | 28 ++++++++++++++++------------ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/[refs] b/[refs] index 3a78e1828ac2..3edf4a6d0bc7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ab65b87093a38ad8565780494c74bd7afd79ad9a +refs/heads/master: 13f429bd1b48ab67037a746ed274d7f58bb325d5 diff --git a/trunk/arch/arm/mach-ns9xxx/Kconfig b/trunk/arch/arm/mach-ns9xxx/Kconfig index 83c0efa7399c..dd0cd5ac4b8b 100644 --- a/trunk/arch/arm/mach-ns9xxx/Kconfig +++ b/trunk/arch/arm/mach-ns9xxx/Kconfig @@ -5,9 +5,23 @@ menu "NS9xxx Implementations" config NS9XXX_HAVE_SERIAL8250 bool +config PROCESSOR_NS9360 + bool + +config MODULE_CC9P9360 + bool + select PROCESSOR_NS9360 + +config BOARD_A9M9750DEV + select NS9XXX_HAVE_SERIAL8250 + bool + +config BOARD_JSCC9P9360 + bool + config MACH_CC9P9360DEV bool "ConnectCore 9P 9360 on an A9M9750 Devboard" - select PROCESSOR_NS9360 + select MODULE_CC9P9360 select BOARD_A9M9750DEV help Say Y here if you are using the Digi ConnectCore 9P 9360 @@ -15,22 +29,12 @@ config MACH_CC9P9360DEV config MACH_CC9P9360JS bool "ConnectCore 9P 9360 on a JSCC9P9360 Devboard" - select PROCESSOR_NS9360 + select MODULE_CC9P9360 select BOARD_JSCC9P9360 help Say Y here if you are using the Digi ConnectCore 9P 9360 on an JSCC9P9360 Development Board. -config PROCESSOR_NS9360 - bool - -config BOARD_A9M9750DEV - bool - select NS9XXX_HAVE_SERIAL8250 - -config BOARD_JSCC9P9360 - bool - endmenu endif