1
0
Fork 0

clk: move Kconfig options into sub-menu

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
utp
Masahiro Yamada 2016-01-12 16:36:38 +09:00 committed by Simon Glass
parent 4ef7909970
commit 8138581866
1 changed files with 4 additions and 0 deletions

View File

@ -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