arch/arm/plat-mxc/Kconfig v3.0-rc7

arch/arm/plat-mxc/devices/Kconfig


Menu: Freescale MXC Implementations

ARCH_MX1

MX1-based

This enables support for systems based on the Freescale i.MX1 family

ARCH_MX2

MX2-based

This enables support for systems based on the Freescale i.MX2 family

ARCH_MX25

MX25-based

This enables support for systems based on the Freescale i.MX25 family

ARCH_MX3

MX3-based

This enables support for systems based on the Freescale i.MX3 family

ARCH_MX503

i.MX50 + i.MX53

This enables support for machines using Freescale's i.MX50 and i.MX51
processors.

ARCH_MX51

i.MX51

This enables support for systems based on the Freescale i.MX51 family

arch/arm/mach-imx/Kconfig

arch/arm/mach-mx5/Kconfig


MXC_IRQ_PRIOR

Use IRQ priority

Select this if you want to use prioritized IRQ handling.
This feature prevents higher priority ISR to be interrupted
by lower priority IRQ even IRQF_DISABLED flag is not set.
This may be useful in embedded applications, where are strong
requirements for timing.
Say N here, unless you have a specialized requirement.

MXC_PWM

Enable PWM driver

Enable support for the i.MX PWM controller(s).

MXC_DEBUG_BOARD

Enable MXC debug board(for 3-stack)

The debug board is an integral part of the MXC 3-stack(PDK)
platforms, it can be attached or removed from the peripheral
board. On debug board, several debug devices(ethernet, UART,
buttons, LEDs and JTAG) are implemented. Between the MCU and
these devices, a CPLD is added as a bridge which performs
data/address de-multiplexing and decode, signal level shift,
interrupt control and various board functions.

MXC_USE_EPIT

Use EPIT instead of GPT

Use EPIT as the system timer on systems that have it. Normally you
don't have a reason to do so as the EPIT has the same features and
uses the same clocks as the GPT. Anyway, on some systems the GPT
may be in use for other purposes.