3 source "arch/arm/plat-mxc/devices/Kconfig"
5 menu "Freescale MXC Implementations"
7 config ARCH_MX50_SUPPORTED
10 config ARCH_MX53_SUPPORTED
14 prompt "Freescale CPU family:"
20 This enables support for systems based on the Freescale i.MX1 family
25 This enables support for systems based on the Freescale i.MX2 family
30 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
38 bool "i.MX50 + i.MX53"
39 select ARCH_MX50_SUPPORTED
40 select ARCH_MX53_SUPPORTED
42 This enables support for machines using Freescale's i.MX50 and i.MX51
47 select ARCH_MX51_SUPPORTED
49 This enables support for systems based on the Freescale i.MX51 family
53 source "arch/arm/mach-imx/Kconfig"
54 source "arch/arm/mach-mx5/Kconfig"
59 bool "Use IRQ priority"
61 Select this if you want to use prioritized IRQ handling.
62 This feature prevents higher priority ISR to be interrupted
63 by lower priority IRQ even IRQF_DISABLED flag is not set.
64 This may be useful in embedded applications, where are strong
65 requirements for timing.
66 Say N here, unless you have a specialized requirement.
75 tristate "Enable PWM driver"
78 Enable support for the i.MX PWM controller(s).
80 config MXC_DEBUG_BOARD
81 bool "Enable MXC debug board(for 3-stack)"
83 The debug board is an integral part of the MXC 3-stack(PDK)
84 platforms, it can be attached or removed from the peripheral
85 board. On debug board, several debug devices(ethernet, UART,
86 buttons, LEDs and JTAG) are implemented. Between the MCU and
87 these devices, a CPLD is added as a bridge which performs
88 data/address de-multiplexing and decode, signal level shift,
89 interrupt control and various board functions.
95 bool "Use EPIT instead of GPT"
98 Use EPIT as the system timer on systems that have it. Normally you
99 don't have a reason to do so as the EPIT has the same features and
100 uses the same clocks as the GPT. Anyway, on some systems the GPT
101 may be in use for other purposes.
109 config IMX_HAVE_IOMUX_V1
112 config ARCH_MXC_IOMUX_V3
115 config ARCH_MXC_AUDMUX_V1
118 config ARCH_MXC_AUDMUX_V2
123 select GENERIC_ALLOCATOR