Re: [PATCH v9 03/10] clk: mediatek: Refine the makefile to support multiple clock drivers

2016-08-12 Thread Stephen Boyd
On 06/22, Erin Lo wrote: > diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig > new file mode 100644 > index 000..dc224e6 > --- /dev/null > +++ b/drivers/clk/mediatek/Kconfig > @@ -0,0 +1,23 @@ > +# > +# MediaTek SoC drivers > +# > +config COMMON_CLK_MEDIATEK > + bool

Re: [PATCH v9 03/10] clk: mediatek: Refine the makefile to support multiple clock drivers

2016-08-12 Thread Stephen Boyd
On 06/22, Erin Lo wrote: > diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig > new file mode 100644 > index 000..dc224e6 > --- /dev/null > +++ b/drivers/clk/mediatek/Kconfig > @@ -0,0 +1,23 @@ > +# > +# MediaTek SoC drivers > +# > +config COMMON_CLK_MEDIATEK > + bool

[PATCH v9 03/10] clk: mediatek: Refine the makefile to support multiple clock drivers

2016-06-22 Thread Erin Lo
From: James Liao Add a Kconfig to define clock configuration for each SoC, and modify the Makefile to build drivers that only selected in config. Signed-off-by: Shunli Wang Signed-off-by: James Liao Signed-off-by:

[PATCH v9 03/10] clk: mediatek: Refine the makefile to support multiple clock drivers

2016-06-22 Thread Erin Lo
From: James Liao Add a Kconfig to define clock configuration for each SoC, and modify the Makefile to build drivers that only selected in config. Signed-off-by: Shunli Wang Signed-off-by: James Liao Signed-off-by: Erin Lo Tested-by: John Crispin Reviewed-by: Matthias Brugger ---