mxc pwm: add mx25 support
[deliverable/linux.git] / arch / arm / plat-mxc / Kconfig
CommitLineData
52c543f9
QJ
1if ARCH_MXC
2
3menu "Freescale MXC Implementations"
4
5choice
6bbdbf2f 6 prompt "Freescale CPU family:"
d2db9aaa 7 default ARCH_MX3
52c543f9 8
cfca8b53
PZ
9config ARCH_MX1
10 bool "MX1-based"
2955de5f 11 select CPU_ARM920T
7dae1134 12 select COMMON_CLKDEV
cfca8b53
PZ
13 help
14 This enables support for systems based on the Freescale i.MX1 family
15
1bd55a43
JB
16config ARCH_MX2
17 bool "MX2-based"
c750815e 18 select CPU_ARM926T
edfcea80 19 select COMMON_CLKDEV
1bd55a43
JB
20 help
21 This enables support for systems based on the Freescale i.MX2 family
22
52c543f9
QJ
23config ARCH_MX3
24 bool "MX3-based"
c750815e 25 select CPU_V6
9eb2eb8c 26 select COMMON_CLKDEV
52c543f9
QJ
27 help
28 This enables support for systems based on the Freescale i.MX3 family
29
30endchoice
31
cfca8b53 32source "arch/arm/mach-mx1/Kconfig"
1bd55a43 33source "arch/arm/mach-mx2/Kconfig"
52c543f9
QJ
34source "arch/arm/mach-mx3/Kconfig"
35
36endmenu
37
479c901f
DA
38config MXC_IRQ_PRIOR
39 bool "Use IRQ priority"
40 depends on ARCH_MXC
41 help
42 Select this if you want to use prioritized IRQ handling.
43 This feature prevents higher priority ISR to be interrupted
44 by lower priority IRQ even IRQF_DISABLED flag is not set.
45 This may be useful in embedded applications, where are strong
46 requirements for timing.
47 Say N here, unless you have a specialized requirement.
48
166091b1
SH
49config MXC_PWM
50 tristate "Enable PWM driver"
51 depends on ARCH_MXC
c010dba8 52 select HAVE_PWM
166091b1
SH
53 help
54 Enable support for the i.MX PWM controller(s).
55
45001e92
ACA
56config ARCH_HAS_RNGA
57 bool
58 depends on ARCH_MXC
59
bca6ef1e
SH
60config ARCH_MXC_IOMUX_V3
61 bool
52c543f9 62endif
This page took 0.219254 seconds and 5 git commands to generate.