From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v9 03/10] clk: mediatek: Refine the makefile to support multiple clock drivers Date: Fri, 12 Aug 2016 17:41:31 -0700 Message-ID: <20160813004131.GB361@codeaurora.org> References: <1466581229-2342-1-git-send-email-erin.lo@mediatek.com> <1466581229-2342-4-git-send-email-erin.lo@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1466581229-2342-4-git-send-email-erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Erin Lo Cc: Matthias Brugger , Mike Turquette , Rob Herring , John Crispin , Arnd Bergmann , Sascha Hauer , Daniel Kurtz , Philipp Zabel , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, James Liao , Shunli Wang List-Id: devicetree@vger.kernel.org On 06/22, Erin Lo wrote: > diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig > new file mode 100644 > index 0000000..dc224e6 > --- /dev/null > +++ b/drivers/clk/mediatek/Kconfig > @@ -0,0 +1,23 @@ > +# > +# MediaTek SoC drivers > +# > +config COMMON_CLK_MEDIATEK > + bool > + ---help--- > + Mediatek SoCs' clock support. > + > +config COMMON_CLK_MT8135 > + bool "Clock driver for Mediatek MT8135" > + depends on COMMON_CLK These depends on COMMON_CLK are just noise because this Kconfig file is only included if common clk is enabled. Please remove them. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html