initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / arm / mach-iop3xx / Kconfig
blob019b1bf258c56f618ad682d347627c5bcf69f524
1 if ARCH_IOP3XX
3 menu "IOP3xx Implementation Options"
5 comment "IOP3xx Platform Types"
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.
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.
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.
28 config ARCH_EP80219
29     bool "Enable support for EP80219"
30     select ARCH_IOP321
31     select ARCH_IQ31244
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.
40 config ARCH_IOP331
41         bool
42         default ARCH_IQ80331
43         help
44           The IQ80331 uses the IOP331 variant.
46 comment "IOP3xx Chipset Features"
48 endmenu
50 endif