Re: [RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

From: Stephen Boyd
Date: Wed May 16 2018 - 03:25:25 EST


Quoting gabriel.fernandez@xxxxxx (2018-05-02 23:40:09)
> From: Gabriel Fernandez <gabriel.fernandez@xxxxxx>
>
> Clock driver is mandatory if the machine is selected.
> Then don't use 'bool' and 'depends on' commands, but 'def_bool'
> with the machine(s).
>
> Fixes: da32d3539fca ("clk: stm32: add configuration flags for each of the stm32 drivers")
>
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@xxxxxx>
> Acked-by: Alexandre TORGUE <alexandre.torgue@xxxxxx>
> ---

Applied to clk-fixes