summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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