ARM: imx: move mx1 support to mach-imx
[deliverable/linux.git] / arch / arm / plat-mxc / Kconfig
... / ...
CommitLineData
1if ARCH_MXC
2
3menu "Freescale MXC Implementations"
4
5choice
6 prompt "Freescale CPU family:"
7 default ARCH_MX3
8
9config ARCH_MX1
10 bool "MX1-based"
11 select CPU_ARM920T
12 select IMX_HAVE_IOMUX_V1
13 help
14 This enables support for systems based on the Freescale i.MX1 family
15
16config ARCH_MX2
17 bool "MX2-based"
18 select CPU_ARM926T
19 select IMX_HAVE_IOMUX_V1
20 help
21 This enables support for systems based on the Freescale i.MX2 family
22
23config ARCH_MX25
24 bool "MX25-based"
25 select CPU_ARM926T
26 select ARCH_MXC_IOMUX_V3
27 select HAVE_FB_IMX
28 help
29 This enables support for systems based on the Freescale i.MX25 family
30
31config ARCH_MX3
32 bool "MX3-based"
33 select CPU_V6
34 help
35 This enables support for systems based on the Freescale i.MX3 family
36
37config ARCH_MXC91231
38 bool "MXC91231-based"
39 select CPU_V6
40 help
41 This enables support for systems based on the Freescale MXC91231 family
42
43config ARCH_MX5
44 bool "MX5-based"
45 select CPU_V7
46 help
47 This enables support for systems based on the Freescale i.MX51 family
48
49endchoice
50
51source "arch/arm/mach-imx/Kconfig"
52source "arch/arm/mach-mx3/Kconfig"
53source "arch/arm/mach-mx25/Kconfig"
54source "arch/arm/mach-mxc91231/Kconfig"
55source "arch/arm/mach-mx5/Kconfig"
56
57endmenu
58
59config MXC_IRQ_PRIOR
60 bool "Use IRQ priority"
61 help
62 Select this if you want to use prioritized IRQ handling.
63 This feature prevents higher priority ISR to be interrupted
64 by lower priority IRQ even IRQF_DISABLED flag is not set.
65 This may be useful in embedded applications, where are strong
66 requirements for timing.
67 Say N here, unless you have a specialized requirement.
68
69config MXC_TZIC
70 bool "Enable TrustZone Interrupt Controller"
71 depends on ARCH_MX51
72 help
73 This will be automatically selected for all processors
74 containing this interrupt controller.
75 Say N here only if you are really sure.
76
77config MXC_PWM
78 tristate "Enable PWM driver"
79 select HAVE_PWM
80 help
81 Enable support for the i.MX PWM controller(s).
82
83config MXC_ULPI
84 bool
85
86config ARCH_HAS_RNGA
87 bool
88
89config IMX_HAVE_IOMUX_V1
90 bool
91
92config ARCH_MXC_IOMUX_V3
93 bool
94
95config ARCH_MXC_AUDMUX_V1
96 bool
97
98config ARCH_MXC_AUDMUX_V2
99 bool
100
101endif
This page took 0.027174 seconds and 5 git commands to generate.