blob: 902ba9e42c5b53870cd3998cb7d87019883af641 [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
Eric Bénard8402ed32010-06-08 11:03:00 +020028 select ARCH_MXC_AUDMUX_V2
Sascha Hauer8c25c362009-06-04 11:32:12 +020029 help
30 This enables support for systems based on the Freescale i.MX25 family
31
Quinn Jensen52c543f2007-07-09 22:06:53 +010032config ARCH_MX3
33 bool "MX3-based"
Russell Kingc7508152008-10-26 10:55:14 +000034 select CPU_V6
Quinn Jensen52c543f2007-07-09 22:06:53 +010035 help
36 This enables support for systems based on the Freescale i.MX3 family
37
Dmitriy Taychenachevfd6ac7b2009-07-31 20:29:22 +090038config ARCH_MXC91231
39 bool "MXC91231-based"
40 select CPU_V6
Dmitriy Taychenachevfd6ac7b2009-07-31 20:29:22 +090041 help
42 This enables support for systems based on the Freescale MXC91231 family
43
Amit Kucheriab996b582010-02-02 11:57:53 -080044config ARCH_MX5
45 bool "MX5-based"
46 select CPU_V7
Amit Kucheriab996b582010-02-02 11:57:53 -080047 help
48 This enables support for systems based on the Freescale i.MX51 family
49
Quinn Jensen52c543f2007-07-09 22:06:53 +010050endchoice
51
Paulius Zaleckascfca8b52008-11-14 11:01:38 +010052source "arch/arm/mach-mx1/Kconfig"
Juergen Beisert1bd55a42008-07-05 10:03:02 +020053source "arch/arm/mach-mx2/Kconfig"
Quinn Jensen52c543f2007-07-09 22:06:53 +010054source "arch/arm/mach-mx3/Kconfig"
Sascha Hauer8c25c362009-06-04 11:32:12 +020055source "arch/arm/mach-mx25/Kconfig"
Dmitriy Taychenachevfd6ac7b2009-07-31 20:29:22 +090056source "arch/arm/mach-mxc91231/Kconfig"
Amit Kucheriab996b582010-02-02 11:57:53 -080057source "arch/arm/mach-mx5/Kconfig"
Quinn Jensen52c543f2007-07-09 22:06:53 +010058
59endmenu
60
Darius Augulis479c9012008-09-09 11:29:41 +020061config MXC_IRQ_PRIOR
62 bool "Use IRQ priority"
Darius Augulis479c9012008-09-09 11:29:41 +020063 help
64 Select this if you want to use prioritized IRQ handling.
65 This feature prevents higher priority ISR to be interrupted
66 by lower priority IRQ even IRQF_DISABLED flag is not set.
67 This may be useful in embedded applications, where are strong
68 requirements for timing.
69 Say N here, unless you have a specialized requirement.
70
Amit Kucheriaa0037082009-12-03 22:36:41 +020071config MXC_TZIC
72 bool "Enable TrustZone Interrupt Controller"
73 depends on ARCH_MX51
74 help
75 This will be automatically selected for all processors
76 containing this interrupt controller.
77 Say N here only if you are really sure.
78
Sascha Hauer166091b2009-01-16 15:17:16 +010079config MXC_PWM
80 tristate "Enable PWM driver"
Holger Schurigc010dba2009-04-14 12:50:20 +020081 select HAVE_PWM
Sascha Hauer166091b2009-01-16 15:17:16 +010082 help
83 Enable support for the i.MX PWM controller(s).
84
Daniel Mackf4f8bda2009-11-05 09:44:09 +010085config MXC_ULPI
86 bool
87
Alan Carvalho de Assis45001e92009-04-02 12:38:41 -030088config ARCH_HAS_RNGA
89 bool
Alan Carvalho de Assis45001e92009-04-02 12:38:41 -030090
Uwe Kleine-König5e2e95f2010-02-15 09:42:59 +010091config IMX_HAVE_IOMUX_V1
92 bool
93
Sascha Hauerbca6ef12009-04-01 11:11:48 +020094config ARCH_MXC_IOMUX_V3
95 bool
Sascha Hauer9eedbdf2009-10-29 17:12:39 +010096
97config ARCH_MXC_AUDMUX_V1
98 bool
99
100config ARCH_MXC_AUDMUX_V2
101 bool
102
Quinn Jensen52c543f2007-07-09 22:06:53 +0100103endif