summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-12 16:36:38 +0900
committerSimon Glass <sjg@chromium.org>2016-01-20 19:06:23 -0700
commit813858186625b23c9dac287bfe6c0c6a2b4f6686 (patch)
treed20fc108094388a85aa9575d7743f3d90e8b46b3
parent4ef7909970bbed5e911f3d5e3d27ecedb80cec0e (diff)
downloadblackbird-obmc-uboot-813858186625b23c9dac287bfe6c0c6a2b4f6686.tar.gz
blackbird-obmc-uboot-813858186625b23c9dac287bfe6c0c6a2b4f6686.zip
clk: move Kconfig options into sub-menu
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r--drivers/clk/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 890f22f48e..9fcde39b71 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -1,3 +1,5 @@
+menu "Clock"
+
config CLK
bool "Enable clock driver support"
depends on DM
@@ -17,3 +19,5 @@ config SPL_CLK
SPL, enable this option. It might provide a cleaner interface to
setting up clocks within SPL, and allows the same drivers to be
used as U-Boot proper.
+
+endmenu
OpenPOWER on IntegriCloud