Merge branch 'for-linus' of git://neil.brown.name/md
[deliverable/linux.git] / arch / arm / plat-mxc / Kconfig
1 if ARCH_MXC
2
3 menu "Freescale MXC Implementations"
4
5 choice
6 prompt "MXC/iMX Base Type"
7 default ARCH_MX3
8
9 config ARCH_MX2
10 bool "MX2-based"
11 help
12 This enables support for systems based on the Freescale i.MX2 family
13
14 config ARCH_MX3
15 bool "MX3-based"
16 help
17 This enables support for systems based on the Freescale i.MX3 family
18
19 endchoice
20
21 source "arch/arm/mach-mx2/Kconfig"
22 source "arch/arm/mach-mx3/Kconfig"
23
24 endmenu
25
26 endif
This page took 0.031496 seconds and 6 git commands to generate.