aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ns9xxx/Kconfig
blob: 8175ba92a2fabd55f7d56386cf9d2dcf25d5e321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if ARCH_NS9XXX

menu "NS9xxx Implementations"

config MACH_CC9P9360DEV
	bool "Connect Core 9P 9360 on an A9M9750 Devboard"
	select PROCESSOR_NS9360
	select BOARD_A9M9750DEV
	help
	  Say Y here if you are using the Digi Connect Core 9P 9360
	  on an A9M9750 Development Board.

config PROCESSOR_NS9360
	bool

config BOARD_A9M9750DEV
	bool

endmenu

endif