[U-Boot] [PATCH] clk: move Kconfig options into sub-menu

Simon Glass sjg at chromium.org
Sat Jan 16 02:26:58 CET 2016


On 13 January 2016 at 13:09, Simon Glass <sjg at chromium.org> wrote:
> On 12 January 2016 at 00:36, Masahiro Yamada
> <yamada.masahiro at socionext.com> wrote:
>> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
>> ---
>>
>>  drivers/clk/Kconfig | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> 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
>> --
>> 1.9.1
>>
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list