summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-01-13 13:32:29 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-01-13 14:31:23 +0100
commit536f4bcdf8b2fe29952c5d1e3e8ec20dc28dc4d8 (patch)
tree39626772be33892ed4e52074198d35f5527ccbb7 /arch
parenta7acf2e7464c457b0a54f2acc2f850a885ead9cf (diff)
downloadbarebox-536f4bcdf8b2fe29952c5d1e3e8ec20dc28dc4d8.tar.gz
barebox-536f4bcdf8b2fe29952c5d1e3e8ec20dc28dc4d8.tar.xz
i.MX clko command: move Kconfig text from arch/arm to mach-imx
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig8
-rw-r--r--arch/arm/mach-imx/Kconfig9
2 files changed, 9 insertions, 8 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1a8ddb05d0..44c4ad8d98 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -173,14 +173,6 @@ config MACH_PM9263
endchoice
-config IMX_CLKO
- bool "clko command"
- depends on ARCH_IMX27
- help
- The i.MX SoCs have a Pin which can output different reference frequencies.
- Say y here if you want to have the clko command which lets you select the
- frequency to output on this pin.
-
source arch/arm/mach-imx/Kconfig
source arch/arm/mach-netx/Kconfig
source arch/arm/mach-omap/Kconfig
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 8e7b544330..763a0051c9 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -23,3 +23,12 @@ endif
endmenu
+menu "i.MX specific settings "
+config IMX_CLKO
+ bool "clko command"
+ depends on ARCH_IMX27
+ help
+ The i.MX SoCs have a Pin which can output different reference frequencies.
+ Say y here if you want to have the clko command which lets you select the
+ frequency to output on this pin.
+endmenu