aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ns9xxx/Kconfig
blob: dd0cd5ac4b8b895b1d96e47662028e99a345f80c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
if ARCH_NS9XXX

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 MODULE_CC9P9360
	select BOARD_A9M9750DEV
	help
	  Say Y here if you are using the Digi ConnectCore 9P 9360
	  on an A9M9750 Development Board.

config MACH_CC9P9360JS
	bool "ConnectCore 9P 9360 on a JSCC9P9360 Devboard"
	select MODULE_CC9P9360
	select BOARD_JSCC9P9360
	help
	  Say Y here if you are using the Digi ConnectCore 9P 9360
	  on an JSCC9P9360 Development Board.

endmenu

endif