blob: 389f2179501542c3bc3ed184a4ce746bf5ac6528 [file] [log] [blame]
Quinn Jensen52c543f2007-07-09 22:06:53 +01001if ARCH_MXC
2
Uwe Kleine-König66384ee2010-06-15 18:14:19 +02003source "arch/arm/plat-mxc/devices/Kconfig"
4
Quinn Jensen52c543f2007-07-09 22:06:53 +01005menu "Freescale MXC Implementations"
6
7choice
Holger Schurig6bbdbf22009-01-29 14:42:25 +01008 prompt "Freescale CPU family:"
Robert Schwebeld2db9aa2008-04-02 10:29:30 +01009 default ARCH_MX3
Quinn Jensen52c543f2007-07-09 22:06:53 +010010
Paulius Zaleckascfca8b52008-11-14 11:01:38 +010011config ARCH_MX1
12 bool "MX1-based"
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020013 select SOC_IMX1
Paulius Zaleckascfca8b52008-11-14 11:01:38 +010014 help
15 This enables support for systems based on the Freescale i.MX1 family
16
Juergen Beisert1bd55a42008-07-05 10:03:02 +020017config ARCH_MX2
18 bool "MX2-based"
19 help
20 This enables support for systems based on the Freescale i.MX2 family
21
Sascha Hauer8c25c362009-06-04 11:32:12 +020022config ARCH_MX25
23 bool "MX25-based"
Sascha Hauer8c25c362009-06-04 11:32:12 +020024 help
25 This enables support for systems based on the Freescale i.MX25 family
26
Quinn Jensen52c543f2007-07-09 22:06:53 +010027config ARCH_MX3
28 bool "MX3-based"
Russell Kingc7508152008-10-26 10:55:14 +000029 select CPU_V6
Quinn Jensen52c543f2007-07-09 22:06:53 +010030 help
31 This enables support for systems based on the Freescale i.MX3 family
32
Dmitriy Taychenachevfd6ac7b2009-07-31 20:29:22 +090033config ARCH_MXC91231
34 bool "MXC91231-based"
35 select CPU_V6
Dmitriy Taychenachevfd6ac7b2009-07-31 20:29:22 +090036 help
37 This enables support for systems based on the Freescale MXC91231 family
38
Amit Kucheriab996b582010-02-02 11:57:53 -080039config ARCH_MX5
40 bool "MX5-based"
41 select CPU_V7
Jason Wang14f0f512010-08-21 16:24:05 +080042 select ARM_L1_CACHE_SHIFT_6
Amit Kucheriab996b582010-02-02 11:57:53 -080043 help
44 This enables support for systems based on the Freescale i.MX51 family
45
Quinn Jensen52c543f2007-07-09 22:06:53 +010046endchoice
47
Uwe Kleine-Königd1091672010-06-10 15:11:13 +020048source "arch/arm/mach-imx/Kconfig"
Quinn Jensen52c543f2007-07-09 22:06:53 +010049source "arch/arm/mach-mx3/Kconfig"
Dmitriy Taychenachevfd6ac7b2009-07-31 20:29:22 +090050source "arch/arm/mach-mxc91231/Kconfig"
Amit Kucheriab996b582010-02-02 11:57:53 -080051source "arch/arm/mach-mx5/Kconfig"
Quinn Jensen52c543f2007-07-09 22:06:53 +010052
53endmenu
54
Darius Augulis479c9012008-09-09 11:29:41 +020055config MXC_IRQ_PRIOR
56 bool "Use IRQ priority"
Darius Augulis479c9012008-09-09 11:29:41 +020057 help
58 Select this if you want to use prioritized IRQ handling.
59 This feature prevents higher priority ISR to be interrupted
60 by lower priority IRQ even IRQF_DISABLED flag is not set.
61 This may be useful in embedded applications, where are strong
62 requirements for timing.
63 Say N here, unless you have a specialized requirement.
64
Amit Kucheriaa0037082009-12-03 22:36:41 +020065config MXC_TZIC
Sascha Hauerec4bb252010-11-05 09:47:21 +010066 bool
Amit Kucheriaa0037082009-12-03 22:36:41 +020067
Sascha Hauerc7259df2010-11-05 09:37:22 +010068config MXC_AVIC
69 bool
70
Sascha Hauer166091b2009-01-16 15:17:16 +010071config MXC_PWM
72 tristate "Enable PWM driver"
Holger Schurigc010dba2009-04-14 12:50:20 +020073 select HAVE_PWM
Sascha Hauer166091b2009-01-16 15:17:16 +010074 help
75 Enable support for the i.MX PWM controller(s).
76
Jason Wangfa94f8d2010-06-24 21:11:28 +080077config MXC_DEBUG_BOARD
78 bool "Enable MXC debug board(for 3-stack)"
79 help
80 The debug board is an integral part of the MXC 3-stack(PDK)
81 platforms, it can be attached or removed from the peripheral
82 board. On debug board, several debug devices(ethernet, UART,
83 buttons, LEDs and JTAG) are implemented. Between the MCU and
84 these devices, a CPLD is added as a bridge which performs
85 data/address de-multiplexing and decode, signal level shift,
86 interrupt control and various board functions.
87
Sascha Hauerf2b89012010-08-19 14:08:04 +020088config HAVE_EPIT
89 bool
90
91config MXC_USE_EPIT
92 bool "Use EPIT instead of GPT"
93 depends on HAVE_EPIT
94 help
95 Use EPIT as the system timer on systems that have it. Normally you
96 don't have a reason to do so as the EPIT has the same features and
97 uses the same clocks as the GPT. Anyway, on some systems the GPT
98 may be in use for other purposes.
99
Daniel Mackf4f8bda2009-11-05 09:44:09 +0100100config MXC_ULPI
101 bool
102
Alan Carvalho de Assis45001e92009-04-02 12:38:41 -0300103config ARCH_HAS_RNGA
104 bool
Alan Carvalho de Assis45001e92009-04-02 12:38:41 -0300105
Uwe Kleine-König5e2e95f2010-02-15 09:42:59 +0100106config IMX_HAVE_IOMUX_V1
107 bool
108
Sascha Hauerbca6ef12009-04-01 11:11:48 +0200109config ARCH_MXC_IOMUX_V3
110 bool
Sascha Hauer9eedbdf2009-10-29 17:12:39 +0100111
112config ARCH_MXC_AUDMUX_V1
113 bool
114
115config ARCH_MXC_AUDMUX_V2
116 bool
117
Dinh Nguyen68a2f732010-10-12 11:29:01 -0500118config IRAM_ALLOC
119 bool
120 select GENERIC_ALLOCATOR
121
Quinn Jensen52c543f2007-07-09 22:06:53 +0100122endif