]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/plat-mxc/Kconfig
mx31moboard: camera support
[net-next-2.6.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
8c25c36f
SH
23config ARCH_MX25
24 bool "MX25-based"
25 select CPU_ARM926T
26 select COMMON_CLKDEV
27 help
28 This enables support for systems based on the Freescale i.MX25 family
29
52c543f9
QJ
30config ARCH_MX3
31 bool "MX3-based"
c750815e 32 select CPU_V6
9eb2eb8c 33 select COMMON_CLKDEV
52c543f9
QJ
34 help
35 This enables support for systems based on the Freescale i.MX3 family
36
fd6ac7bb
DT
37config ARCH_MXC91231
38 bool "MXC91231-based"
39 select CPU_V6
40 select COMMON_CLKDEV
41 help
42 This enables support for systems based on the Freescale MXC91231 family
43
52c543f9
QJ
44endchoice
45
cfca8b53 46source "arch/arm/mach-mx1/Kconfig"
1bd55a43 47source "arch/arm/mach-mx2/Kconfig"
52c543f9 48source "arch/arm/mach-mx3/Kconfig"
8c25c36f 49source "arch/arm/mach-mx25/Kconfig"
fd6ac7bb 50source "arch/arm/mach-mxc91231/Kconfig"
52c543f9
QJ
51
52endmenu
53
479c901f
DA
54config MXC_IRQ_PRIOR
55 bool "Use IRQ priority"
56 depends on ARCH_MXC
57 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
166091b1
SH
65config MXC_PWM
66 tristate "Enable PWM driver"
67 depends on ARCH_MXC
c010dba8 68 select HAVE_PWM
166091b1
SH
69 help
70 Enable support for the i.MX PWM controller(s).
71
45001e92
ACA
72config ARCH_HAS_RNGA
73 bool
74 depends on ARCH_MXC
75
bca6ef1e
SH
76config ARCH_MXC_IOMUX_V3
77 bool
52c543f9 78endif