[ARM] 3816/1: iop3xx: rename config symbols
[deliverable/linux.git] / arch / arm / mach-iop3xx / Kconfig
CommitLineData
1da177e4
LT
1if ARCH_IOP3XX
2
3menu "IOP3xx Implementation Options"
4
5comment "IOP3xx Platform Types"
6
7config ARCH_IQ80321
8 bool "Enable support for IQ80321"
98954df6 9 select ARCH_IOP32X
1da177e4
LT
10 help
11 Say Y here if you want to run your kernel on the Intel IQ80321
12 evaluation kit for the IOP321 chipset.
13
14config ARCH_IQ31244
15 bool "Enable support for IQ31244"
98954df6 16 select ARCH_IOP32X
1da177e4
LT
17 help
18 Say Y here if you want to run your kernel on the Intel IQ31244
19 evaluation kit for the IOP321 chipset.
20
21config ARCH_IQ80331
22 bool "Enable support for IQ80331"
98954df6 23 select ARCH_IOP33X
1da177e4
LT
24 help
25 Say Y here if you want to run your kernel on the Intel IQ80331
26 evaluation kit for the IOP331 chipset.
27
28config MACH_IQ80332
29 bool "Enable support for IQ80332"
98954df6 30 select ARCH_IOP33X
1da177e4
LT
31 help
32 Say Y here if you want to run your kernel on the Intel IQ80332
179d1c6a 33 evaluation kit for the IOP332 chipset.
1da177e4
LT
34
35config ARCH_EP80219
179d1c6a 36 bool "Enable support for EP80219"
98954df6 37 select ARCH_IOP32X
179d1c6a 38 select ARCH_IQ31244
34e00cef
MM
39 help
40 Say Y here if you want to run your kernel on the Intel EP80219
41 evaluation kit for the Intel 80219 chipset (a IOP321 variant).
1da177e4
LT
42
43# Which IOP variant are we running?
98954df6 44config ARCH_IOP32X
1da177e4
LT
45 bool
46 help
47 The IQ80321 uses the IOP321 variant.
48 The IQ31244 and EP80219 uses the IOP321 variant.
49
98954df6 50config ARCH_IOP33X
1da177e4
LT
51 bool
52 default ARCH_IQ80331
53 help
54 The IQ80331, IQ80332, and IQ80333 uses the IOP331 variant.
55
56comment "IOP3xx Chipset Features"
57
58config IOP331_STEPD
59 bool "Chip stepping D of the IOP80331 processor or IOP80333"
98954df6 60 depends on ARCH_IOP33X
1da177e4 61 help
179d1c6a
MM
62 Say Y here if you have StepD of the IOP80331 or IOP8033
63 based platforms.
1da177e4
LT
64
65endmenu
66endif
This page took 0.141985 seconds and 5 git commands to generate.