vserver 1.9.3
[linux-2.6.git] / arch / arm / mach-iop3xx / Kconfig
1 if ARCH_IOP3XX
2
3 menu "IOP3xx Implementation Options"
4
5 comment "IOP3xx Platform Types"
6
7 config ARCH_IQ80321
8         bool "Enable support for IQ80321"
9         select ARCH_IOP321
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
14 config ARCH_IQ31244
15         bool "Enable support for IQ31244"
16         select ARCH_IOP321
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
21 config ARCH_IQ80331
22         bool "Enable support for IQ80331"
23         select ARCH_IOP331
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
28 config ARCH_EP80219
29     bool "Enable support for EP80219"
30     select ARCH_IOP321
31     select ARCH_IQ31244
32
33 # Which IOP variant are we running?
34 config ARCH_IOP321
35         bool
36         help
37           The IQ80321 uses the IOP321 variant.
38           The IQ31244 and EP80219 uses the IOP321 variant.
39
40 config ARCH_IOP331
41         bool
42         default ARCH_IQ80331
43         help
44           The IQ80331 uses the IOP331 variant.
45
46 comment "IOP3xx Chipset Features"
47
48 endmenu
49
50 endif