Merge branch 'rmk-devel-mxc-pu-v2' of git://pasiphae.extern.pengutronix.de/git/imx...
[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
cfca8b53
PZ
9config ARCH_MX1
10 bool "MX1-based"
11 help
12 This enables support for systems based on the Freescale i.MX1 family
13
1bd55a43
JB
14config ARCH_MX2
15 bool "MX2-based"
c750815e 16 select CPU_ARM926T
1bd55a43
JB
17 help
18 This enables support for systems based on the Freescale i.MX2 family
19
52c543f9
QJ
20config ARCH_MX3
21 bool "MX3-based"
c750815e 22 select CPU_V6
52c543f9
QJ
23 help
24 This enables support for systems based on the Freescale i.MX3 family
25
26endchoice
27
cfca8b53 28source "arch/arm/mach-mx1/Kconfig"
1bd55a43 29source "arch/arm/mach-mx2/Kconfig"
52c543f9
QJ
30source "arch/arm/mach-mx3/Kconfig"
31
32endmenu
33
479c901f
DA
34config MXC_IRQ_PRIOR
35 bool "Use IRQ priority"
36 depends on ARCH_MXC
37 help
38 Select this if you want to use prioritized IRQ handling.
39 This feature prevents higher priority ISR to be interrupted
40 by lower priority IRQ even IRQF_DISABLED flag is not set.
41 This may be useful in embedded applications, where are strong
42 requirements for timing.
43 Say N here, unless you have a specialized requirement.
44
52c543f9 45endif
This page took 0.159649 seconds and 5 git commands to generate.