i.MX31ADS: Add CPLD interrupts demultiplexing (take 3).
[deliverable/linux.git] / arch / arm / plat-mxc / Kconfig
CommitLineData
52c543f9
QJ
1if ARCH_MXC
2
3menu "Freescale MXC Implementations"
4
5choice
1bd55a43 6 prompt "MXC/iMX Base Type"
d2db9aaa 7 default ARCH_MX3
52c543f9 8
1bd55a43
JB
9config ARCH_MX2
10 bool "MX2-based"
11 help
12 This enables support for systems based on the Freescale i.MX2 family
13
52c543f9
QJ
14config ARCH_MX3
15 bool "MX3-based"
16 help
17 This enables support for systems based on the Freescale i.MX3 family
18
19endchoice
20
1bd55a43 21source "arch/arm/mach-mx2/Kconfig"
52c543f9
QJ
22source "arch/arm/mach-mx3/Kconfig"
23
24endmenu
25
26endif
This page took 0.133877 seconds and 5 git commands to generate.