diff options
author | Masahiro Yamada | 2016-01-12 16:36:38 +0900 |
---|---|---|
committer | Simon Glass | 2016-01-20 19:06:23 -0700 |
commit | 813858186625b23c9dac287bfe6c0c6a2b4f6686 (patch) | |
tree | d20fc108094388a85aa9575d7743f3d90e8b46b3 /drivers | |
parent | 4ef7909970bbed5e911f3d5e3d27ecedb80cec0e (diff) |
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')
-rw-r--r-- | drivers/clk/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 890f22f48e3..9fcde39b71f 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 |