ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / arm / mach-clps711x / Kconfig
1
2 menu "CLPS711X/EP721X Implementations"
3
4 config ARCH_AUTCPU12
5         bool "AUTCPU12"
6         depends on ARCH_CLPS711X
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
11 config ARCH_CDB89712
12         bool "CDB89712"
13         depends on ARCH_CLPS711X
14         help
15           This is an evaluation board from Cirrus for the CS89712 processor.
16           The board includes 2 serial ports, Ethernet, IRDA, and expansion
17           headers.  It comes with 16 MB SDRAM and 8 MB flash ROM.
18
19 config ARCH_CEIVA
20         bool "CEIVA"
21         depends on ARCH_CLPS711X
22         help
23           Say Y here if you intend to run this kernel on the Ceiva/Polaroid
24           PhotoMax Digital Picture Frame.
25
26 config ARCH_CLEP7312
27         bool "CLEP7312"
28         depends on ARCH_CLPS711X
29
30 config ARCH_EDB7211
31         bool "EDB7211"
32         depends on ARCH_CLPS711X
33         help
34           Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
35           evaluation board.
36
37 config ARCH_P720T
38         bool "P720T"
39         depends on ARCH_CLPS711X
40         help
41           Say Y here if you intend to run this kernel on the ARM Prospector
42           720T.
43
44 config ARCH_FORTUNET
45         bool "FORTUNET"
46         depends on ARCH_CLPS711X
47
48 # XXX Maybe these should indicate register compatibility
49 # instead of being mutually exclusive.
50 config ARCH_EP7211
51         bool
52         depends on ARCH_EDB7211
53         default y
54
55 config ARCH_EP7212
56         bool
57         depends on ARCH_P720T || ARCH_CEIVA
58         default y
59
60 config EP72XX_ROM_BOOT
61         bool "EP72xx ROM boot"
62         depends on ARCH_EP7211 || ARCH_EP7212
63         ---help---
64           If you say Y here, your CLPS711x-based kernel will use the bootstrap
65           mode memory map instead of the normal memory map.
66
67           Processors derived from the Cirrus CLPS-711X core support two boot
68           modes.  Normal mode boots from the external memory device at CS0.
69           Bootstrap mode rearranges parts of the memory map, placing an
70           internal 128 byte bootstrap ROM at CS0.  This option performs the
71           address map changes required to support booting in this mode.
72
73           You almost surely want to say N here.
74
75 endmenu
76