3 source "arch/arm/plat-mxc/devices/Kconfig"
5 menu "Freescale MXC Implementations"
8 prompt "Freescale CPU family:"
12 bool "i.MX1, i.MX21, i.MX25, i.MX27"
14 select ARM_PATCH_PHYS_VIRT
16 This enables support for systems based on the Freescale i.MX ARMv4
22 This enables support for systems based on the Freescale i.MX3 family
25 bool "i.MX50, i.MX51, i.MX53"
27 select ARM_PATCH_PHYS_VIRT
29 This enables support for machines using Freescale's i.MX50 and i.MX51
34 source "arch/arm/mach-imx/Kconfig"
35 source "arch/arm/mach-mx5/Kconfig"
40 bool "Use IRQ priority"
42 Select this if you want to use prioritized IRQ handling.
43 This feature prevents higher priority ISR to be interrupted
44 by lower priority IRQ even IRQF_DISABLED flag is not set.
45 This may be useful in embedded applications, where are strong
46 requirements for timing.
47 Say N here, unless you have a specialized requirement.
56 tristate "Enable PWM driver"
59 Enable support for the i.MX PWM controller(s).
61 config MXC_DEBUG_BOARD
62 bool "Enable MXC debug board(for 3-stack)"
64 The debug board is an integral part of the MXC 3-stack(PDK)
65 platforms, it can be attached or removed from the peripheral
66 board. On debug board, several debug devices(ethernet, UART,
67 buttons, LEDs and JTAG) are implemented. Between the MCU and
68 these devices, a CPLD is added as a bridge which performs
69 data/address de-multiplexing and decode, signal level shift,
70 interrupt control and various board functions.
76 bool "Use EPIT instead of GPT"
79 Use EPIT as the system timer on systems that have it. Normally you
80 don't have a reason to do so as the EPIT has the same features and
81 uses the same clocks as the GPT. Anyway, on some systems the GPT
82 may be in use for other purposes.
90 config IMX_HAVE_IOMUX_V1
93 config ARCH_MXC_IOMUX_V3
96 config ARCH_MXC_AUDMUX_V1
99 config ARCH_MXC_AUDMUX_V2
104 select GENERIC_ALLOCATOR