Re: [PATCH] Make Common clock framework a menuconfig to ease disabling it all

2017-07-06 Thread Vincent Legoll
Hello, On Wed, Jul 5, 2017 at 11:15 PM, Stephen Boyd wrote: > On 07/02, Vincent Legoll wrote: >> -menu "Common Clock Framework" >> +menuconfig COMMON_CLK_FRAMEWORK >> + tristate "Common Clock Framework" >> depends on COMMON_CLK > > Wouldn't this put the clk drivers inside the drivers me

Re: [PATCH] Make Common clock framework a menuconfig to ease disabling it all

2017-07-05 Thread Stephen Boyd
On 07/02, Vincent Legoll wrote: > No need to get into the submenu to disable all common clock framework > -related config entries > > Signed-off-by: Vincent Legoll > --- > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig > index 36cfea3..a1b174c 100644 > --- a/drivers/clk/Kconfig > +++ b/dr

Re: [PATCH] Make Common clock framework a menuconfig to ease disabling it all

2017-07-04 Thread kbuild test robot
Hi Vincent, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.12 next-20170704] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Vincent-Legoll/Make-Common-clock-framework-a-men

Re: [PATCH] Make Common clock framework a menuconfig to ease disabling it all

2017-07-04 Thread kbuild test robot
Hi Vincent, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.12 next-20170704] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Vincent-Legoll/Make-Common-clock-framework-a-men

[PATCH] Make Common clock framework a menuconfig to ease disabling it all

2017-07-02 Thread Vincent Legoll
No need to get into the submenu to disable all common clock framework -related config entries Signed-off-by: Vincent Legoll --- drivers/clk/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 36cfea3..a1b174c 100644 -