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
21 select AUTO_ZRELADDR if !ZBOOT_ROM
22 select ARM_PATCH_PHYS_VIRT
24 This enables support for systems based on the Freescale i.MX3 and i.MX6
28 bool "i.MX50, i.MX51, i.MX53"
30 select ARM_PATCH_PHYS_VIRT
32 This enables support for machines using Freescale's i.MX50 and i.MX53
37 source "arch/arm/mach-imx/Kconfig"
38 source "arch/arm/mach-mx5/Kconfig"
43 bool "Use IRQ priority"
45 Select this if you want to use prioritized IRQ handling.
46 This feature prevents higher priority ISR to be interrupted
47 by lower priority IRQ even IRQF_DISABLED flag is not set.
48 This may be useful in embedded applications, where are strong
49 requirements for timing.
50 Say N here, unless you have a specialized requirement.
59 tristate "Enable PWM driver"
62 Enable support for the i.MX PWM controller(s).
64 config MXC_DEBUG_BOARD
65 bool "Enable MXC debug board(for 3-stack)"
67 The debug board is an integral part of the MXC 3-stack(PDK)
68 platforms, it can be attached or removed from the peripheral
69 board. On debug board, several debug devices(ethernet, UART,
70 buttons, LEDs and JTAG) are implemented. Between the MCU and
71 these devices, a CPLD is added as a bridge which performs
72 data/address de-multiplexing and decode, signal level shift,
73 interrupt control and various board functions.
79 bool "Use EPIT instead of GPT"
82 Use EPIT as the system timer on systems that have it. Normally you
83 don't have a reason to do so as the EPIT has the same features and
84 uses the same clocks as the GPT. Anyway, on some systems the GPT
85 may be in use for other purposes.
93 config IMX_HAVE_IOMUX_V1
96 config ARCH_MXC_IOMUX_V3
99 config ARCH_MXC_AUDMUX_V1
102 config ARCH_MXC_AUDMUX_V2
107 select GENERIC_ALLOCATOR