aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-15 11:10:42 -0500
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-24 04:07:01 -0500
commit03e09cd8902717b66f940357257d8ad76114d9f2 (patch)
tree70f2ebdb62dbb7acdd91ba95e91b760380d4e164 /arch
parent401d87dd66693605147f955ac2a4f1c0ac155027 (diff)
arm/imx: let ARCH_MXC select COMMON_CLKDEV instead of each subfamily
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
-rw-r--r--arch/arm/plat-mxc/Kconfig5
2 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 233a222752c0..39baa60fb432 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -312,6 +312,7 @@ config ARCH_MXC
312 select GENERIC_GPIO 312 select GENERIC_GPIO
313 select ARCH_REQUIRE_GPIOLIB 313 select ARCH_REQUIRE_GPIOLIB
314 select HAVE_CLK 314 select HAVE_CLK
315 select COMMON_CLKDEV
315 help 316 help
316 Support for Freescale MXC/iMX-based family of processors 317 Support for Freescale MXC/iMX-based family of processors
317 318
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig
index 8b0a1ee039fa..55bfe61058d8 100644
--- a/arch/arm/plat-mxc/Kconfig
+++ b/arch/arm/plat-mxc/Kconfig
@@ -9,35 +9,30 @@ choice
9config ARCH_MX1 9config ARCH_MX1
10 bool "MX1-based" 10 bool "MX1-based"
11 select CPU_ARM920T 11 select CPU_ARM920T
12 select COMMON_CLKDEV
13 help 12 help
14 This enables support for systems based on the Freescale i.MX1 family 13 This enables support for systems based on the Freescale i.MX1 family
15 14
16config ARCH_MX2 15config ARCH_MX2
17 bool "MX2-based" 16 bool "MX2-based"
18 select CPU_ARM926T 17 select CPU_ARM926T
19 select COMMON_CLKDEV
20 help 18 help
21 This enables support for systems based on the Freescale i.MX2 family 19 This enables support for systems based on the Freescale i.MX2 family
22 20
23config ARCH_MX25 21config ARCH_MX25
24 bool "MX25-based" 22 bool "MX25-based"
25 select CPU_ARM926T 23 select CPU_ARM926T
26 select COMMON_CLKDEV
27 help 24 help
28 This enables support for systems based on the Freescale i.MX25 family 25 This enables support for systems based on the Freescale i.MX25 family
29 26
30config ARCH_MX3 27config ARCH_MX3
31 bool "MX3-based" 28 bool "MX3-based"
32 select CPU_V6 29 select CPU_V6
33 select COMMON_CLKDEV
34 help 30 help
35 This enables support for systems based on the Freescale i.MX3 family 31 This enables support for systems based on the Freescale i.MX3 family
36 32
37config ARCH_MXC91231 33config ARCH_MXC91231
38 bool "MXC91231-based" 34 bool "MXC91231-based"
39 select CPU_V6 35 select CPU_V6
40 select COMMON_CLKDEV
41 help 36 help
42 This enables support for systems based on the Freescale MXC91231 family 37 This enables support for systems based on the Freescale MXC91231 family
43 38