blob: 7f7ad6f289bd53383ed5ed952099d62c2a4f52b1 [file] [log] [blame]
Quinn Jensen52c543f2007-07-09 22:06:53 +01001if ARCH_MXC
2
3menu "Freescale MXC Implementations"
4
5choice
Holger Schurig6bbdbf22009-01-29 14:42:25 +01006 prompt "Freescale CPU family:"
Robert Schwebeld2db9aa2008-04-02 10:29:30 +01007 default ARCH_MX3
Quinn Jensen52c543f2007-07-09 22:06:53 +01008
Paulius Zaleckascfca8b52008-11-14 11:01:38 +01009config ARCH_MX1
10 bool "MX1-based"
Sascha Hauer2955de52008-12-18 09:32:23 +010011 select CPU_ARM920T
Uwe Kleine-König5e2e95f2010-02-15 09:42:59 +010012 select IMX_HAVE_IOMUX_V1
Paulius Zaleckascfca8b52008-11-14 11:01:38 +010013 help
14 This enables support for systems based on the Freescale i.MX1 family
15
Juergen Beisert1bd55a42008-07-05 10:03:02 +020016config ARCH_MX2
17 bool "MX2-based"
Russell Kingc7508152008-10-26 10:55:14 +000018 select CPU_ARM926T
Uwe Kleine-König5e2e95f2010-02-15 09:42:59 +010019 select IMX_HAVE_IOMUX_V1
Juergen Beisert1bd55a42008-07-05 10:03:02 +020020 help
21 This enables support for systems based on the Freescale i.MX2 family
22
Sascha Hauer8c25c362009-06-04 11:32:12 +020023config ARCH_MX25
24 bool "MX25-based"
25 select CPU_ARM926T
Baruch Siach08268b72010-02-24 11:31:31 +020026 select ARCH_MXC_IOMUX_V3
Baruch Siachf6014412010-02-17 12:33:23 +020027 select HAVE_FB_IMX
Sascha Hauer8c25c362009-06-04 11:32:12 +020028 help
29 This enables support for systems based on the Freescale i.MX25 family
30
Quinn Jensen52c543f2007-07-09 22:06:53 +010031config ARCH_MX3
32 bool "MX3-based"
Russell Kingc7508152008-10-26 10:55:14 +000033 select CPU_V6
Quinn Jensen52c543f2007-07-09 22:06:53 +010034 help
35 This enables support for systems based on the Freescale i.MX3 family
36
Dmitriy Taychenachevfd6ac7b2009-07-31 20:29:22 +090037config ARCH_MXC91231
38 bool "MXC91231-based"
39 select CPU_V6
Dmitriy Taychenachevfd6ac7b2009-07-31 20:29:22 +090040 help
41 This enables support for systems based on the Freescale MXC91231 family
42
Amit Kucheriab996b582010-02-02 11:57:53 -080043config ARCH_MX5
44 bool "MX5-based"
45 select CPU_V7
Amit Kucheriab996b582010-02-02 11:57:53 -080046 help
47 This enables support for systems based on the Freescale i.MX51 family
48
Quinn Jensen52c543f2007-07-09 22:06:53 +010049endchoice
50
Paulius Zaleckascfca8b52008-11-14 11:01:38 +010051source "arch/arm/mach-mx1/Kconfig"
Juergen Beisert1bd55a42008-07-05 10:03:02 +020052source "arch/arm/mach-mx2/Kconfig"
Quinn Jensen52c543f2007-07-09 22:06:53 +010053source "arch/arm/mach-mx3/Kconfig"
Sascha Hauer8c25c362009-06-04 11:32:12 +020054source "arch/arm/mach-mx25/Kconfig"
Dmitriy Taychenachevfd6ac7b2009-07-31 20:29:22 +090055source "arch/arm/mach-mxc91231/Kconfig"
Amit Kucheriab996b582010-02-02 11:57:53 -080056source "arch/arm/mach-mx5/Kconfig"
Quinn Jensen52c543f2007-07-09 22:06:53 +010057
58endmenu
59
Darius Augulis479c9012008-09-09 11:29:41 +020060config MXC_IRQ_PRIOR
61 bool "Use IRQ priority"
Darius Augulis479c9012008-09-09 11:29:41 +020062 help
63 Select this if you want to use prioritized IRQ handling.
64 This feature prevents higher priority ISR to be interrupted
65 by lower priority IRQ even IRQF_DISABLED flag is not set.
66 This may be useful in embedded applications, where are strong
67 requirements for timing.
68 Say N here, unless you have a specialized requirement.
69
Amit Kucheriaa0037082009-12-03 22:36:41 +020070config MXC_TZIC
71 bool "Enable TrustZone Interrupt Controller"
72 depends on ARCH_MX51
73 help
74 This will be automatically selected for all processors
75 containing this interrupt controller.
76 Say N here only if you are really sure.
77
Sascha Hauer166091b2009-01-16 15:17:16 +010078config MXC_PWM
79 tristate "Enable PWM driver"
Holger Schurigc010dba2009-04-14 12:50:20 +020080 select HAVE_PWM
Sascha Hauer166091b2009-01-16 15:17:16 +010081 help
82 Enable support for the i.MX PWM controller(s).
83
Daniel Mackf4f8bda2009-11-05 09:44:09 +010084config MXC_ULPI
85 bool
86
Alan Carvalho de Assis45001e92009-04-02 12:38:41 -030087config ARCH_HAS_RNGA
88 bool
Alan Carvalho de Assis45001e92009-04-02 12:38:41 -030089
Uwe Kleine-König5e2e95f2010-02-15 09:42:59 +010090config IMX_HAVE_IOMUX_V1
91 bool
92
Sascha Hauerbca6ef12009-04-01 11:11:48 +020093config ARCH_MXC_IOMUX_V3
94 bool
Sascha Hauer9eedbdf2009-10-29 17:12:39 +010095
96config ARCH_MXC_AUDMUX_V1
97 bool
98
99config ARCH_MXC_AUDMUX_V2
100 bool
101
Quinn Jensen52c543f2007-07-09 22:06:53 +0100102endif