From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Delvare Subject: Re: [PATCH] clk: mediatek: Fix MT2701 dependencies Date: Tue, 24 Jan 2017 10:46:28 +0100 Message-ID: <20170124104628.40678047@endymion> References: <20170109113621.31d384c9@endymion> <20170110130300.167d215b@endymion> <1484099788.26901.8.camel@mtksdaap41> <20170111134146.36878e01@endymion> <1484192392.26901.12.camel@mtksdaap41> <20170112094011.0e0a32e6@endymion> <20170120232214.GC20800@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170120232214.GC20800@codeaurora.org> Sender: linux-clk-owner@vger.kernel.org To: Stephen Boyd Cc: James Liao , Andreas =?UTF-8?B?RsOkcmJlcg==?= , linux-clk@vger.kernel.org, linux-mediatek@lists.infradead.org, Matthias Brugger , Erin Lo , Shunli Wang , Michael Turquette List-Id: linux-mediatek@lists.infradead.org On Fri, 20 Jan 2017 15:22:14 -0800, Stephen Boyd wrote: > On 01/12, Jean Delvare wrote: > > Hi James, > > > > On Thu, 12 Jan 2017 11:39:52 +0800, James Liao wrote: > > > On Wed, 2017-01-11 at 13:41 +0100, Jean Delvare wrote: > > > > config COMMON_CLK_MT8173 > > > > bool "Clock driver for Mediatek MT8173" > > > > - depends on ARCH_MEDIATEK || COMPILE_TEST > > > > + depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST > > > > select COMMON_CLK_MEDIATEK > > > > - default ARCH_MEDIATEK > > > > + default y > > > > ---help--- > > > > This driver supports Mediatek MT8173 clocks. > > > > > > Although MT8173 is a 64-bit SoC, but 32-bit kernel can run on it. So I > > > think it no need to limit COMMON_CLK_MT8173 only be enabled on ARM64 > > > platform. > > > > OK, I'll leave that one alone then, thanks for the information. > > Is this patch going another round? I haven't seen anything on the > list so far. Sorry for the delay, I'll send an update later today. -- Jean Delvare SUSE L3 Support