From: Masahiro Yamada Date: Tue, 12 Jan 2016 07:36:38 +0000 (+0900) Subject: clk: move Kconfig options into sub-menu X-Git-Tag: v2016.03-rc1~243^2~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=813858186625b23c9dac287bfe6c0c6a2b4f6686;p=u-boot clk: move Kconfig options into sub-menu Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- 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