ns9xxx: move registration of serial8250 to a dedicated file
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-ns9xxx / Kconfig
blob83c0efa7399cbae55ffe9d9813caa1c426c29726
1 if ARCH_NS9XXX
3 menu "NS9xxx Implementations"
5 config NS9XXX_HAVE_SERIAL8250
6         bool
8 config MACH_CC9P9360DEV
9         bool "ConnectCore 9P 9360 on an A9M9750 Devboard"
10         select PROCESSOR_NS9360
11         select BOARD_A9M9750DEV
12         help
13           Say Y here if you are using the Digi ConnectCore 9P 9360
14           on an A9M9750 Development Board.
16 config MACH_CC9P9360JS
17         bool "ConnectCore 9P 9360 on a JSCC9P9360 Devboard"
18         select PROCESSOR_NS9360
19         select BOARD_JSCC9P9360
20         help
21           Say Y here if you are using the Digi ConnectCore 9P 9360
22           on an JSCC9P9360 Development Board.
24 config PROCESSOR_NS9360
25         bool
27 config BOARD_A9M9750DEV
28         bool
29         select NS9XXX_HAVE_SERIAL8250
31 config BOARD_JSCC9P9360
32         bool
34 endmenu
36 endif