| menu "Freescale MXC Implementations" |
| prompt "MXC/iMX Base Type" |
| This enables support for systems based on the Freescale i.MX1 family |
| This enables support for systems based on the Freescale i.MX2 family |
| This enables support for systems based on the Freescale i.MX3 family |
| source "arch/arm/mach-mx1/Kconfig" |
| source "arch/arm/mach-mx2/Kconfig" |
| source "arch/arm/mach-mx3/Kconfig" |
| Select this if you want to use prioritized IRQ handling. |
| This feature prevents higher priority ISR to be interrupted |
| by lower priority IRQ even IRQF_DISABLED flag is not set. |
| This may be useful in embedded applications, where are strong |
| Say N here, unless you have a specialized requirement. |