2007-07-10 04:06:53 +07:00
|
|
|
if ARCH_MXC
|
|
|
|
|
2010-06-15 23:14:19 +07:00
|
|
|
source "arch/arm/plat-mxc/devices/Kconfig"
|
|
|
|
|
2007-07-10 04:06:53 +07:00
|
|
|
menu "Freescale MXC Implementations"
|
|
|
|
|
|
|
|
choice
|
2009-01-29 20:42:25 +07:00
|
|
|
prompt "Freescale CPU family:"
|
2008-04-02 16:29:30 +07:00
|
|
|
default ARCH_MX3
|
2007-07-10 04:06:53 +07:00
|
|
|
|
2008-11-14 17:01:38 +07:00
|
|
|
config ARCH_MX1
|
|
|
|
bool "MX1-based"
|
2010-06-14 22:39:21 +07:00
|
|
|
select SOC_IMX1
|
2008-11-14 17:01:38 +07:00
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX1 family
|
|
|
|
|
2008-07-05 15:03:02 +07:00
|
|
|
config ARCH_MX2
|
|
|
|
bool "MX2-based"
|
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX2 family
|
|
|
|
|
2009-06-04 16:32:12 +07:00
|
|
|
config ARCH_MX25
|
|
|
|
bool "MX25-based"
|
|
|
|
select CPU_ARM926T
|
2010-02-24 16:31:31 +07:00
|
|
|
select ARCH_MXC_IOMUX_V3
|
2010-02-17 17:33:23 +07:00
|
|
|
select HAVE_FB_IMX
|
2010-06-08 16:03:00 +07:00
|
|
|
select ARCH_MXC_AUDMUX_V2
|
2009-06-04 16:32:12 +07:00
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX25 family
|
|
|
|
|
2007-07-10 04:06:53 +07:00
|
|
|
config ARCH_MX3
|
|
|
|
bool "MX3-based"
|
2008-10-26 17:55:14 +07:00
|
|
|
select CPU_V6
|
2007-07-10 04:06:53 +07:00
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX3 family
|
|
|
|
|
2009-07-31 18:29:22 +07:00
|
|
|
config ARCH_MXC91231
|
|
|
|
bool "MXC91231-based"
|
|
|
|
select CPU_V6
|
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale MXC91231 family
|
|
|
|
|
2010-02-03 02:57:53 +07:00
|
|
|
config ARCH_MX5
|
|
|
|
bool "MX5-based"
|
|
|
|
select CPU_V7
|
2010-08-21 15:24:05 +07:00
|
|
|
select ARM_L1_CACHE_SHIFT_6
|
2010-02-03 02:57:53 +07:00
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX51 family
|
|
|
|
|
2007-07-10 04:06:53 +07:00
|
|
|
endchoice
|
|
|
|
|
2010-06-10 20:11:13 +07:00
|
|
|
source "arch/arm/mach-imx/Kconfig"
|
2007-07-10 04:06:53 +07:00
|
|
|
source "arch/arm/mach-mx3/Kconfig"
|
2009-06-04 16:32:12 +07:00
|
|
|
source "arch/arm/mach-mx25/Kconfig"
|
2009-07-31 18:29:22 +07:00
|
|
|
source "arch/arm/mach-mxc91231/Kconfig"
|
2010-02-03 02:57:53 +07:00
|
|
|
source "arch/arm/mach-mx5/Kconfig"
|
2007-07-10 04:06:53 +07:00
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2008-09-09 16:29:41 +07:00
|
|
|
config MXC_IRQ_PRIOR
|
|
|
|
bool "Use IRQ priority"
|
|
|
|
help
|
|
|
|
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.
|
|
|
|
|
2009-12-04 03:36:41 +07:00
|
|
|
config MXC_TZIC
|
|
|
|
bool "Enable TrustZone Interrupt Controller"
|
|
|
|
depends on ARCH_MX51
|
|
|
|
help
|
|
|
|
This will be automatically selected for all processors
|
|
|
|
containing this interrupt controller.
|
|
|
|
Say N here only if you are really sure.
|
|
|
|
|
2009-01-16 21:17:16 +07:00
|
|
|
config MXC_PWM
|
|
|
|
tristate "Enable PWM driver"
|
2009-04-14 17:50:20 +07:00
|
|
|
select HAVE_PWM
|
2009-01-16 21:17:16 +07:00
|
|
|
help
|
|
|
|
Enable support for the i.MX PWM controller(s).
|
|
|
|
|
2010-06-24 20:11:28 +07:00
|
|
|
config MXC_DEBUG_BOARD
|
|
|
|
bool "Enable MXC debug board(for 3-stack)"
|
|
|
|
help
|
|
|
|
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.
|
|
|
|
|
2009-11-05 15:44:09 +07:00
|
|
|
config MXC_ULPI
|
|
|
|
bool
|
|
|
|
|
2009-04-02 22:38:41 +07:00
|
|
|
config ARCH_HAS_RNGA
|
|
|
|
bool
|
|
|
|
|
2010-02-15 15:42:59 +07:00
|
|
|
config IMX_HAVE_IOMUX_V1
|
|
|
|
bool
|
|
|
|
|
2009-04-01 16:11:48 +07:00
|
|
|
config ARCH_MXC_IOMUX_V3
|
|
|
|
bool
|
2009-10-29 23:12:39 +07:00
|
|
|
|
|
|
|
config ARCH_MXC_AUDMUX_V1
|
|
|
|
bool
|
|
|
|
|
|
|
|
config ARCH_MXC_AUDMUX_V2
|
|
|
|
bool
|
|
|
|
|
2007-07-10 04:06:53 +07:00
|
|
|
endif
|