Pull percpu-dtc into release branch
[pandora-kernel.git] / arch / arm / mach-ns9xxx / Kconfig
1 if ARCH_NS9XXX
2
3 menu "NS9xxx Implementations"
4
5 config MACH_CC9P9360DEV
6         bool "Connect Core 9P 9360 on an A9M9750 Devboard"
7         select PROCESSOR_NS9360
8         select BOARD_A9M9750DEV
9         help
10           Say Y here if you are using the Digi Connect Core 9P 9360
11           on an A9M9750 Development Board.
12
13 config PROCESSOR_NS9360
14         bool
15
16 config BOARD_A9M9750DEV
17         bool
18
19 endmenu
20
21 endif