Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp663098ybe; Fri, 13 Sep 2019 04:20:01 -0700 (PDT) X-Google-Smtp-Source: APXvYqyODYO/p+71pL19dyxrwlZ0cvFFaLNhKOrrhDrs7keRE4y5A+4Pj8PmupFSAEEupmxRzqMu X-Received: by 2002:aa7:c50b:: with SMTP id o11mr48932640edq.55.1568373601161; Fri, 13 Sep 2019 04:20:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568373601; cv=none; d=google.com; s=arc-20160816; b=NlT5RQUlJa4OkXvyjAbuMkCLBpBngnXPkdzVR0k41pJ6sfvqpR11zDYBviwzSEOvLt YNwPowqNmW/0knIAprezZtojz4KLejd0J33nxUbX3wK855GPg7JczIJ2MT888dkMQGOn 5aQk/gwUnsz3VgOX5XRAetLswhA0Kpt83N6+rac+QWJ+COe9ytDsRO9Ddcm9+r0xVkR9 DFll8o06i0myo5kt6nWfinPWeYtgG2TrBUmctA8iios/JxvQbPDhf/mJ9bpN4npQlM8W fV2k7h3dUF6rMlqX0B1K3zzuB7/ndyRMjFbDc4iZbmoUt3aP7ACKMosm8nPKVC4syhZ/ DW6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=v9PzO6qDtIMD3nWAFAgBamf8v57Kd8qDdY5cncbguOU=; b=PRvOua69gObaap9GMWLE73VXpxv+MKwsSCmEdDPTc7tlnJy5bMqTRnCSw3My6eR5q2 /mq1l2oLLzNNj3Q4STBPQkCzjj2xzQumRdXVioCH6IXJa9rhewreGhVop4N37lg5tFhU Shqq3C2AncAH4VBDGMWroFOxfmnDPk2amGauc0WeF90m0l7jsnRVceHaw1s/7iAnEq8T PlGnbVmaIIE+Oun3EFguSDD46Vxk7V261FDnyPXtlGg7ahBSUFFjEJcs9cHcPVTWmYca /oY42DY12EOR0sb/rW2o21XoMOkMvpCT5WQVm8Uhrcal2TNN8nGN4bhzxgaatiAWFFHe XJuw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g31si17005391eda.399.2019.09.13.04.19.37; Fri, 13 Sep 2019 04:20:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388082AbfIMKMp (ORCPT + 99 others); Fri, 13 Sep 2019 06:12:45 -0400 Received: from foss.arm.com ([217.140.110.172]:41410 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388066AbfIMKMo (ORCPT ); Fri, 13 Sep 2019 06:12:44 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CC85A28; Fri, 13 Sep 2019 03:12:43 -0700 (PDT) Received: from bogus (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AE5D83F59C; Fri, 13 Sep 2019 03:12:41 -0700 (PDT) Date: Fri, 13 Sep 2019 11:12:39 +0100 From: Sudeep Holla To: Amit Kucheria Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arm@kernel.org, Bartosz Golaszewski , Catalin Marinas , Kishon Vijay Abraham I , Liam Girdwood , Linus Walleij , Lorenzo Pieralisi , Mark Brown , Michael Turquette , Sebastian Reichel , Stephen Boyd , Will Deacon , linux-clk@vger.kernel.org, Sudeep Holla Subject: Re: [PATCH 3/4] arm64: Kconfig: Fix VEXPRESS driver dependencies Message-ID: <20190913101239.GB2559@bogus> References: <8f539b28c25d22b8f515c131cd6b24c309f7ca90.1568239378.git.amit.kucheria@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f539b28c25d22b8f515c131cd6b24c309f7ca90.1568239378.git.amit.kucheria@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 12, 2019 at 03:48:47AM +0530, Amit Kucheria wrote: > Push various VEXPRESS drivers behind ARCH_VEXPRESS dependency so that it > doesn't get enabled by default on other platforms. > I couldn't understand the motivation for these changes from the cover letter. > Signed-off-by: Amit Kucheria > --- > drivers/bus/Kconfig | 2 +- > drivers/clk/versatile/Kconfig | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig > index d80e8d70bf10..b2b1beee9953 100644 > --- a/drivers/bus/Kconfig > +++ b/drivers/bus/Kconfig > @@ -166,7 +166,7 @@ config UNIPHIER_SYSTEM_BUS > > config VEXPRESS_CONFIG > bool "Versatile Express configuration bus" > - default y if ARCH_VEXPRESS > + depends on ARCH_VEXPRESS > depends on ARM || ARM64 > depends on OF > select REGMAP > diff --git a/drivers/clk/versatile/Kconfig b/drivers/clk/versatile/Kconfig > index ac766855ba16..826750292c1e 100644 > --- a/drivers/clk/versatile/Kconfig > +++ b/drivers/clk/versatile/Kconfig > @@ -5,8 +5,8 @@ config ICST > config COMMON_CLK_VERSATILE > bool "Clock driver for ARM Reference designs" > depends on ARCH_INTEGRATOR || ARCH_REALVIEW || \ > - ARCH_VERSATILE || ARCH_VEXPRESS || ARM64 || \ > - COMPILE_TEST > + ARCH_VERSATILE || ARCH_VEXPRESS || COMPILE_TEST > + depends on ARM64 This will break 32-bit platforms. -- Regards, Sudeep