3 menu "Freescale MXC Implementations"
6 prompt "MXC/iMX Base Type"
12 This enables support for systems based on the Freescale i.MX2 family
17 This enables support for systems based on the Freescale i.MX3 family
21 source "arch/arm/mach-mx2/Kconfig"
22 source "arch/arm/mach-mx3/Kconfig"
27 bool "Use IRQ priority"
30 Select this if you want to use prioritized IRQ handling.
31 This feature prevents higher priority ISR to be interrupted
32 by lower priority IRQ even IRQF_DISABLED flag is not set.
33 This may be useful in embedded applications, where are strong
34 requirements for timing.
35 Say N here, unless you have a specialized requirement.