3 menu "Freescale MXC Implementations"
6 prompt "Freescale CPU family:"
14 This enables support for systems based on the Freescale i.MX1 family
21 This enables support for systems based on the Freescale i.MX2 family
28 This enables support for systems based on the Freescale i.MX25 family
35 This enables support for systems based on the Freescale i.MX3 family
42 This enables support for systems based on the Freescale MXC91231 family
46 source "arch/arm/mach-mx1/Kconfig"
47 source "arch/arm/mach-mx2/Kconfig"
48 source "arch/arm/mach-mx3/Kconfig"
49 source "arch/arm/mach-mx25/Kconfig"
50 source "arch/arm/mach-mxc91231/Kconfig"
55 bool "Use IRQ priority"
58 Select this if you want to use prioritized IRQ handling.
59 This feature prevents higher priority ISR to be interrupted
60 by lower priority IRQ even IRQF_DISABLED flag is not set.
61 This may be useful in embedded applications, where are strong
62 requirements for timing.
63 Say N here, unless you have a specialized requirement.
66 tristate "Enable PWM driver"
70 Enable support for the i.MX PWM controller(s).
79 config ARCH_MXC_IOMUX_V3
82 config ARCH_MXC_AUDMUX_V1
85 config ARCH_MXC_AUDMUX_V2