3 source "arch/arm/plat-mxc/devices/Kconfig"
5 menu "Freescale MXC Implementations"
8 prompt "Freescale CPU family:"
15 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
25 select ARCH_MXC_IOMUX_V3
27 select ARCH_MXC_AUDMUX_V2
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
46 select ARM_L1_CACHE_SHIFT_6
48 This enables support for systems based on the Freescale i.MX51 family
52 source "arch/arm/mach-imx/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).
84 config MXC_DEBUG_BOARD
85 bool "Enable MXC debug board(for 3-stack)"
87 The debug board is an integral part of the MXC 3-stack(PDK)
88 platforms, it can be attached or removed from the peripheral
89 board. On debug board, several debug devices(ethernet, UART,
90 buttons, LEDs and JTAG) are implemented. Between the MCU and
91 these devices, a CPLD is added as a bridge which performs
92 data/address de-multiplexing and decode, signal level shift,
93 interrupt control and various board functions.
101 config IMX_HAVE_IOMUX_V1
104 config ARCH_MXC_IOMUX_V3
107 config ARCH_MXC_AUDMUX_V1
110 config ARCH_MXC_AUDMUX_V2