2007-07-09 23:06:53 +02:00
|
|
|
if ARCH_MXC
|
|
|
|
|
2010-06-15 18:14:19 +02:00
|
|
|
source "arch/arm/plat-mxc/devices/Kconfig"
|
|
|
|
|
2007-07-09 23:06:53 +02:00
|
|
|
menu "Freescale MXC Implementations"
|
|
|
|
|
2011-04-08 11:06:43 +02:00
|
|
|
config ARCH_MX50_SUPPORTED
|
|
|
|
bool
|
|
|
|
|
|
|
|
config ARCH_MX53_SUPPORTED
|
|
|
|
bool
|
|
|
|
|
2007-07-09 23:06:53 +02:00
|
|
|
choice
|
2009-01-29 14:42:25 +01:00
|
|
|
prompt "Freescale CPU family:"
|
2008-04-02 11:29:30 +02:00
|
|
|
default ARCH_MX3
|
2007-07-09 23:06:53 +02:00
|
|
|
|
2008-11-14 11:01:38 +01:00
|
|
|
config ARCH_MX1
|
|
|
|
bool "MX1-based"
|
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX1 family
|
|
|
|
|
2008-07-05 10:03:02 +02:00
|
|
|
config ARCH_MX2
|
|
|
|
bool "MX2-based"
|
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX2 family
|
|
|
|
|
2009-06-04 11:32:12 +02:00
|
|
|
config ARCH_MX25
|
|
|
|
bool "MX25-based"
|
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX25 family
|
|
|
|
|
2007-07-09 23:06:53 +02:00
|
|
|
config ARCH_MX3
|
|
|
|
bool "MX3-based"
|
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX3 family
|
|
|
|
|
2011-04-08 11:06:43 +02:00
|
|
|
config ARCH_MX503
|
|
|
|
bool "i.MX50 + i.MX53"
|
|
|
|
select ARCH_MX50_SUPPORTED
|
|
|
|
select ARCH_MX53_SUPPORTED
|
|
|
|
help
|
|
|
|
This enables support for machines using Freescale's i.MX50 and i.MX51
|
|
|
|
processors.
|
|
|
|
|
|
|
|
config ARCH_MX51
|
|
|
|
bool "i.MX51"
|
|
|
|
select ARCH_MX51_SUPPORTED
|
2010-02-02 20:57:53 +01:00
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX51 family
|
|
|
|
|
2007-07-09 23:06:53 +02:00
|
|
|
endchoice
|
|
|
|
|
2010-06-10 15:11:13 +02:00
|
|
|
source "arch/arm/mach-imx/Kconfig"
|
2010-02-02 20:57:53 +01:00
|
|
|
source "arch/arm/mach-mx5/Kconfig"
|
2007-07-09 23:06:53 +02:00
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2008-09-09 11:29:41 +02: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-03 21:36:41 +01:00
|
|
|
config MXC_TZIC
|
2010-11-05 09:47:21 +01:00
|
|
|
bool
|
2009-12-03 21:36:41 +01:00
|
|
|
|
2010-11-05 09:37:22 +01:00
|
|
|
config MXC_AVIC
|
|
|
|
bool
|
|
|
|
|
2009-01-16 15:17:16 +01:00
|
|
|
config MXC_PWM
|
|
|
|
tristate "Enable PWM driver"
|
2009-04-14 12:50:20 +02:00
|
|
|
select HAVE_PWM
|
2009-01-16 15:17:16 +01:00
|
|
|
help
|
|
|
|
Enable support for the i.MX PWM controller(s).
|
|
|
|
|
2010-06-24 15:11:28 +02: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.
|
|
|
|
|
2010-08-19 14:08:04 +02:00
|
|
|
config HAVE_EPIT
|
|
|
|
bool
|
|
|
|
|
|
|
|
config MXC_USE_EPIT
|
|
|
|
bool "Use EPIT instead of GPT"
|
|
|
|
depends on HAVE_EPIT
|
|
|
|
help
|
|
|
|
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.
|
|
|
|
|
2009-11-05 09:44:09 +01:00
|
|
|
config MXC_ULPI
|
|
|
|
bool
|
|
|
|
|
2009-04-02 17:38:41 +02:00
|
|
|
config ARCH_HAS_RNGA
|
|
|
|
bool
|
|
|
|
|
2010-02-15 09:42:59 +01:00
|
|
|
config IMX_HAVE_IOMUX_V1
|
|
|
|
bool
|
|
|
|
|
2009-04-01 11:11:48 +02:00
|
|
|
config ARCH_MXC_IOMUX_V3
|
|
|
|
bool
|
2009-10-29 17:12:39 +01:00
|
|
|
|
|
|
|
config ARCH_MXC_AUDMUX_V1
|
|
|
|
bool
|
|
|
|
|
|
|
|
config ARCH_MXC_AUDMUX_V2
|
|
|
|
bool
|
|
|
|
|
2010-10-12 18:29:01 +02:00
|
|
|
config IRAM_ALLOC
|
|
|
|
bool
|
|
|
|
select GENERIC_ALLOCATOR
|
|
|
|
|
2007-07-09 23:06:53 +02:00
|
|
|
endif
|