summaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-12 07:36:38 (GMT)
committerSimon Glass <sjg@chromium.org>2016-01-21 02:06:23 (GMT)
commit813858186625b23c9dac287bfe6c0c6a2b4f6686 (patch)
treed20fc108094388a85aa9575d7743f3d90e8b46b3 /drivers/clk
parent4ef7909970bbed5e911f3d5e3d27ecedb80cec0e (diff)
downloadu-boot-813858186625b23c9dac287bfe6c0c6a2b4f6686.tar.xz
clk: move Kconfig options into sub-menu
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 890f22f..9fcde39 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