ARM: clps711x: Add basic DT support
[cascardo/linux.git] / arch / arm / mach-clps711x / Kconfig
1 if ARCH_CLPS711X
2
3 menu "CLPS711X/EP721X/EP731X Implementations"
4
5 config MACH_CLPS711X_DT
6         bool "Device-tree support"
7         select CLKSRC_OF
8         select OF_IRQ
9         select USE_OF
10         help
11           Select this if you want to experiment device-tree with
12           ARMv4T Cirrus Logic chips.
13
14 config ARCH_AUTCPU12
15         bool "AUTCPU12"
16         help
17           Say Y if you intend to run the kernel on the autronix autcpu12
18           board. This board is based on a Cirrus Logic CS89712.
19
20 config ARCH_CDB89712
21         bool "CDB89712"
22         help
23           This is an evaluation board from Cirrus for the CS89712 processor.
24           The board includes 2 serial ports, Ethernet, IRDA, and expansion
25           headers.  It comes with 16 MB SDRAM and 8 MB flash ROM.
26
27 config ARCH_CLEP7312
28         bool "CLEP7312"
29         help
30           Boards based on the Cirrus Logic 7212/7312 chips.
31
32 config ARCH_EDB7211
33         bool "EDB7211"
34         select ARCH_HAS_HOLES_MEMORYMODEL
35         help
36           Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
37           evaluation board.
38
39 config ARCH_P720T
40         bool "P720T"
41         help
42           Say Y here if you intend to run this kernel on the ARM Prospector
43           720T.
44
45 endmenu
46
47 endif