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
37 This enables support for systems based on the Freescale MXC91231 family
42 select ARM_L1_CACHE_SHIFT_6
44 This enables support for systems based on the Freescale i.MX51 family
48 source "arch/arm/mach-imx/Kconfig"
49 source "arch/arm/mach-mx3/Kconfig"
50 source "arch/arm/mach-mxc91231/Kconfig"
51 source "arch/arm/mach-mx5/Kconfig"
56 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.
72 tristate "Enable PWM driver"
75 Enable support for the i.MX PWM controller(s).
77 config MXC_DEBUG_BOARD
78 bool "Enable MXC debug board(for 3-stack)"
80 The debug board is an integral part of the MXC 3-stack(PDK)
81 platforms, it can be attached or removed from the peripheral
82 board. On debug board, several debug devices(ethernet, UART,
83 buttons, LEDs and JTAG) are implemented. Between the MCU and
84 these devices, a CPLD is added as a bridge which performs
85 data/address de-multiplexing and decode, signal level shift,
86 interrupt control and various board functions.
92 bool "Use EPIT instead of GPT"
95 Use EPIT as the system timer on systems that have it. Normally you
96 don't have a reason to do so as the EPIT has the same features and
97 uses the same clocks as the GPT. Anyway, on some systems the GPT
98 may be in use for other purposes.
106 config IMX_HAVE_IOMUX_V1
109 config ARCH_MXC_IOMUX_V3
112 config ARCH_MXC_AUDMUX_V1
115 config ARCH_MXC_AUDMUX_V2
120 select GENERIC_ALLOCATOR