commit | 9a160601f3fb6ffa196b87d1b5643646be486405 | [log] [tgz] |
---|---|---|
author | Gabriel Fernandez <gabriel.fernandez@st.com> | Thu May 03 08:40:09 2018 +0200 |
committer | Stephen Boyd <sboyd@kernel.org> | Tue May 15 15:47:03 2018 -0700 |
tree | 395221f155bc39ee3ffd96f57b51445c9a0fbe42 | |
parent | 2e5be528ab0182ad4b42b9feea3b80f85f37179b [diff] |
clk: stm32: fix: stm32 clock drivers are not compiled by default 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@st.com> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>