]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/mach-clps711x/Kconfig
ARM: clps711x: Re-add GPIO support
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-clps711x / Kconfig
CommitLineData
1da177e4
LT
1if ARCH_CLPS711X
2
94bd3279 3menu "CLPS711X/EP721X/EP731X Implementations"
1da177e4
LT
4
5config ARCH_AUTCPU12
6 bool "AUTCPU12"
7 help
8 Say Y if you intend to run the kernel on the autronix autcpu12
9 board. This board is based on a Cirrus Logic CS89712.
10
11config ARCH_CDB89712
12 bool "CDB89712"
13 help
14 This is an evaluation board from Cirrus for the CS89712 processor.
15 The board includes 2 serial ports, Ethernet, IRDA, and expansion
16 headers. It comes with 16 MB SDRAM and 8 MB flash ROM.
17
1da177e4
LT
18config ARCH_CLEP7312
19 bool "CLEP7312"
f999b8bd
MM
20 help
21 Boards based on the Cirrus Logic 7212/7312 chips.
1da177e4
LT
22
23config ARCH_EDB7211
24 bool "EDB7211"
05944d74 25 select ARCH_SELECT_MEMORY_MODEL
b1b3f49c 26 select ARCH_SPARSEMEM_ENABLE
1da177e4
LT
27 help
28 Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
29 evaluation board.
30
31config ARCH_P720T
32 bool "P720T"
33 help
34 Say Y here if you intend to run this kernel on the ARM Prospector
35 720T.
36
37config ARCH_FORTUNET
38 bool "FORTUNET"
39
1da177e4 40config EP72XX_ROM_BOOT
94bd3279
AS
41 bool "EP721x/EP731x ROM boot"
42 help
1da177e4
LT
43 If you say Y here, your CLPS711x-based kernel will use the bootstrap
44 mode memory map instead of the normal memory map.
45
94bd3279 46 Processors derived from the Cirrus CLPS711X core support two boot
1da177e4
LT
47 modes. Normal mode boots from the external memory device at CS0.
48 Bootstrap mode rearranges parts of the memory map, placing an
49 internal 128 byte bootstrap ROM at CS0. This option performs the
50 address map changes required to support booting in this mode.
51
52 You almost surely want to say N here.
53
54endmenu
55
56endif