# BRCM_VERSION=3
[bcm963xx.git] / kernel / linux / arch / arm / mach-iop3xx / Kconfig
1 if ARCH_IOP3XX
2
3 menu "IOP3xx Implementation Options"
4
5 choice
6         prompt "IOP3xx System Type"
7         default ARCH_IQ80310
8
9 config ARCH_IQ80310
10         bool "IQ80310"
11         help
12           Say Y here if you want to run your kernel on the Intel IQ80310
13           evaluation kit for the IOP310 chipset.
14
15 config ARCH_IQ80321
16         bool "IQ80321"
17         help
18           Say Y here if you want to run your kernel on the Intel IQ80321
19           evaluation kit for the IOP321 chipset.
20 endchoice
21
22 # Which IOP variant are we running?
23 config ARCH_IOP310
24         bool
25         default ARCH_IQ80310
26         help
27           The IQ80310 uses the IOP310 variant.
28
29 config ARCH_IOP321
30         bool
31         default ARCH_IQ80321
32         help
33           The IQ80321 uses the IOP321 variant.
34
35 comment "IOP3xx Chipset Features"
36
37 config IOP3XX_AAU
38         bool "Support Intel IOP3xx Application Accelerator Unit (EXPERIMENTAL)"
39         depends on EXPERIMENTAL
40
41 config IOP3XX_DMA
42         bool "Support Intel IOP3xx DMA (EXPERIMENTAL)"
43         depends on EXPERIMENTAL
44
45 config IOP3XX_MU
46         bool "Support Intel IOP3xx Messaging Unit (EXPERIMENTAL)"
47         depends on EXPERIMENTAL
48
49 config IOP3XX_PMON
50         bool "Support Intel IOP3xx Performance Monitor (EXPERIMENTAL)"
51         depends on EXPERIMENTAL
52
53 endmenu
54
55 endif