3 menu "Freescale MXC Implementations"
6 prompt "Freescale CPU family:"
12 select IMX_HAVE_IOMUX_V1
14 This enables support for systems based on the Freescale i.MX1 family
19 select IMX_HAVE_IOMUX_V1
21 This enables support for systems based on the Freescale i.MX2 family
26 select ARCH_MXC_IOMUX_V3
29 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
41 This enables support for systems based on the Freescale MXC91231 family
47 This enables support for systems based on the Freescale i.MX51 family
51 source "arch/arm/mach-mx1/Kconfig"
52 source "arch/arm/mach-mx2/Kconfig"
53 source "arch/arm/mach-mx3/Kconfig"
54 source "arch/arm/mach-mx25/Kconfig"
55 source "arch/arm/mach-mxc91231/Kconfig"
56 source "arch/arm/mach-mx5/Kconfig"
61 bool "Use IRQ priority"
63 Select this if you want to use prioritized IRQ handling.
64 This feature prevents higher priority ISR to be interrupted
65 by lower priority IRQ even IRQF_DISABLED flag is not set.
66 This may be useful in embedded applications, where are strong
67 requirements for timing.
68 Say N here, unless you have a specialized requirement.
71 bool "Enable TrustZone Interrupt Controller"
74 This will be automatically selected for all processors
75 containing this interrupt controller.
76 Say N here only if you are really sure.
79 tristate "Enable PWM driver"
82 Enable support for the i.MX PWM controller(s).
90 config IMX_HAVE_IOMUX_V1
93 config ARCH_MXC_IOMUX_V3
96 config ARCH_MXC_AUDMUX_V1
99 config ARCH_MXC_AUDMUX_V2