Re: [PATCH v3] clk: stm32: add configuration flags for each of the stm32 drivers

2018-03-19 Thread Stephen Boyd
Quoting Benjamin Gaignard (2018-03-12 02:32:48) > Add two configuration flags to be able to not compile all the time > stm32f and stm32h7 drivers when ARCH_STM32 is set. > That help to save some space on those small platforms. > > Signed-off-by: Benjamin Gaignard > Acked-by: Gabriel Fernandez >

[PATCH v3] clk: stm32: add configuration flags for each of the stm32 drivers

2018-03-12 Thread Benjamin Gaignard
Add two configuration flags to be able to not compile all the time stm32f and stm32h7 drivers when ARCH_STM32 is set. That help to save some space on those small platforms. Signed-off-by: Benjamin Gaignard Acked-by: Gabriel Fernandez --- version 3: - rebase on clk-next where clk-stm32mp1 branch