diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /arch/arm/mach-clps711x/Kconfig |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'arch/arm/mach-clps711x/Kconfig')
-rw-r--r-- | arch/arm/mach-clps711x/Kconfig | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/Kconfig b/arch/arm/mach-clps711x/Kconfig new file mode 100644 index 000000000000..f6e676322ca9 --- /dev/null +++ b/arch/arm/mach-clps711x/Kconfig | |||
@@ -0,0 +1,71 @@ | |||
1 | if ARCH_CLPS711X | ||
2 | |||
3 | menu "CLPS711X/EP721X Implementations" | ||
4 | |||
5 | config 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 | |||
11 | config 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 | |||
18 | config ARCH_CEIVA | ||
19 | bool "CEIVA" | ||
20 | help | ||
21 | Say Y here if you intend to run this kernel on the Ceiva/Polaroid | ||
22 | PhotoMax Digital Picture Frame. | ||
23 | |||
24 | config ARCH_CLEP7312 | ||
25 | bool "CLEP7312" | ||
26 | |||
27 | config ARCH_EDB7211 | ||
28 | bool "EDB7211" | ||
29 | help | ||
30 | Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211 | ||
31 | evaluation board. | ||
32 | |||
33 | config ARCH_P720T | ||
34 | bool "P720T" | ||
35 | help | ||
36 | Say Y here if you intend to run this kernel on the ARM Prospector | ||
37 | 720T. | ||
38 | |||
39 | config ARCH_FORTUNET | ||
40 | bool "FORTUNET" | ||
41 | |||
42 | # XXX Maybe these should indicate register compatibility | ||
43 | # instead of being mutually exclusive. | ||
44 | config ARCH_EP7211 | ||
45 | bool | ||
46 | depends on ARCH_EDB7211 | ||
47 | default y | ||
48 | |||
49 | config ARCH_EP7212 | ||
50 | bool | ||
51 | depends on ARCH_P720T || ARCH_CEIVA | ||
52 | default y | ||
53 | |||
54 | config EP72XX_ROM_BOOT | ||
55 | bool "EP72xx ROM boot" | ||
56 | depends on ARCH_EP7211 || ARCH_EP7212 | ||
57 | ---help--- | ||
58 | If you say Y here, your CLPS711x-based kernel will use the bootstrap | ||
59 | mode memory map instead of the normal memory map. | ||
60 | |||
61 | Processors derived from the Cirrus CLPS-711X core support two boot | ||
62 | modes. Normal mode boots from the external memory device at CS0. | ||
63 | Bootstrap mode rearranges parts of the memory map, placing an | ||
64 | internal 128 byte bootstrap ROM at CS0. This option performs the | ||
65 | address map changes required to support booting in this mode. | ||
66 | |||
67 | You almost surely want to say N here. | ||
68 | |||
69 | endmenu | ||
70 | |||
71 | endif | ||