xref: /openbmc/linux/arch/arm/mach-clps711x/Kconfig (revision 0b83f140)
1if ARCH_CLPS711X
2
3menu "CLPS711X/EP721X Implementations"
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	select ISA
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
19config ARCH_CEIVA
20	bool "CEIVA"
21	help
22	  Say Y here if you intend to run this kernel on the Ceiva/Polaroid
23	  PhotoMax Digital Picture Frame.
24
25config ARCH_CLEP7312
26	bool "CLEP7312"
27
28config ARCH_EDB7211
29	bool "EDB7211"
30	select ISA
31	select ARCH_DISCONTIGMEM_ENABLE
32	help
33	  Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
34	  evaluation board.
35
36config ARCH_P720T
37	bool "P720T"
38	help
39	  Say Y here if you intend to run this kernel on the ARM Prospector
40	  720T.
41
42config ARCH_FORTUNET
43	bool "FORTUNET"
44
45# XXX Maybe these should indicate register compatibility
46# instead of being mutually exclusive.
47config ARCH_EP7211
48	bool
49	depends on ARCH_EDB7211
50	default y
51
52config ARCH_EP7212
53	bool
54	depends on ARCH_P720T || ARCH_CEIVA
55	default y
56
57config EP72XX_ROM_BOOT
58	bool "EP72xx ROM boot"
59	depends on ARCH_EP7211 || ARCH_EP7212
60	---help---
61	  If you say Y here, your CLPS711x-based kernel will use the bootstrap
62	  mode memory map instead of the normal memory map.
63
64	  Processors derived from the Cirrus CLPS-711X core support two boot
65	  modes.  Normal mode boots from the external memory device at CS0.
66	  Bootstrap mode rearranges parts of the memory map, placing an
67	  internal 128 byte bootstrap ROM at CS0.  This option performs the
68	  address map changes required to support booting in this mode.
69
70	  You almost surely want to say N here.
71
72config MACH_MP1000
73	bool "MACH_MP1000"
74	help
75	  Say Y if you intend to run the kernel on the Comdial MP1000 platform.
76
77config MP1000_90MHZ
78	bool "MP1000_90MHZ"
79	depends on MACH_MP1000
80	help
81	  Say Y if you have the MP1000 configured to be set at 90MHZ rather than 74MHZ
82
83endmenu
84
85endif
86