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 This enables support for systems based on the Freescale i.MX25 family
31 This enables support for systems based on the Freescale i.MX3 family
38 This enables support for systems based on the Freescale MXC91231 family
43 select ARM_L1_CACHE_SHIFT_6
45 This enables support for systems based on the Freescale i.MX51 family
49 source "arch/arm/mach-imx/Kconfig"
50 source "arch/arm/mach-mx3/Kconfig"
51 source "arch/arm/mach-mxc91231/Kconfig"
52 source "arch/arm/mach-mx5/Kconfig"
57 bool "Use IRQ priority"
59 Select this if you want to use prioritized IRQ handling.
60 This feature prevents higher priority ISR to be interrupted
61 by lower priority IRQ even IRQF_DISABLED flag is not set.
62 This may be useful in embedded applications, where are strong
63 requirements for timing.
64 Say N here, unless you have a specialized requirement.
73 tristate "Enable PWM driver"
76 Enable support for the i.MX PWM controller(s).
78 config MXC_DEBUG_BOARD
79 bool "Enable MXC debug board(for 3-stack)"
81 The debug board is an integral part of the MXC 3-stack(PDK)
82 platforms, it can be attached or removed from the peripheral
83 board. On debug board, several debug devices(ethernet, UART,
84 buttons, LEDs and JTAG) are implemented. Between the MCU and
85 these devices, a CPLD is added as a bridge which performs
86 data/address de-multiplexing and decode, signal level shift,
87 interrupt control and various board functions.
93 bool "Use EPIT instead of GPT"
96 Use EPIT as the system timer on systems that have it. Normally you
97 don't have a reason to do so as the EPIT has the same features and
98 uses the same clocks as the GPT. Anyway, on some systems the GPT
99 may be in use for other purposes.
107 config IMX_HAVE_IOMUX_V1
110 config ARCH_MXC_IOMUX_V3
113 config ARCH_MXC_AUDMUX_V1
116 config ARCH_MXC_AUDMUX_V2
121 select GENERIC_ALLOCATOR