3 menu "Freescale MXC Implementations"
6 prompt "Freescale CPU family:"
13 This enables support for systems based on the Freescale i.MX1 family
20 This enables support for systems based on the Freescale i.MX2 family
27 This enables support for systems based on the Freescale i.MX3 family
31 source "arch/arm/mach-mx1/Kconfig"
32 source "arch/arm/mach-mx2/Kconfig"
33 source "arch/arm/mach-mx3/Kconfig"
38 bool "Use IRQ priority"
41 Select this if you want to use prioritized IRQ handling.
42 This feature prevents higher priority ISR to be interrupted
43 by lower priority IRQ even IRQF_DISABLED flag is not set.
44 This may be useful in embedded applications, where are strong
45 requirements for timing.
46 Say N here, unless you have a specialized requirement.
49 tristate "Enable PWM driver"
52 Enable support for the i.MX PWM controller(s).