From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB3FAC433FE for ; Sat, 25 Sep 2021 14:29:05 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 687056109D for ; Sat, 25 Sep 2021 14:29:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 687056109D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/kmjxZcV4zK+GpqsnyQTeUIg2IdDGDqOcHXT7LsIPaE=; b=dgasOZHkG0km4a /jcBcu/T73eEeVOYNjnUXoeL4+YomTaPG/5SJE2g+x5JmgF/ktJIB/eBuV8Ik+uSGlf8sugexF6d3 NTYzRCq5qzRNqlXgtZYBtKWF51o8SvIFHMdikJhR2tzoQWPdbn/2KSiszHIVIWJ8zpkbKMG69kka/ j0zioT3gVvLDbD+CbCGH6nX74R4v9WKgkI0M3PWbo75JFl6lY7CM//nXmhLOpvPcMGjxWP6YN27UI WDl9IO/gOQXF6Vyqpz91kZjQkwQxjStt6gFBebw6iIirDf7p0Ygwti5EwU+k81jl8e9WzXt83riXM dROvrKmGREyEn9VUbo9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mU8dU-00GiS8-IL; Sat, 25 Sep 2021 14:26:40 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mU8dR-00GiRc-B3 for linux-arm-kernel@lists.infradead.org; Sat, 25 Sep 2021 14:26:38 +0000 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CFC2760E94; Sat, 25 Sep 2021 14:26:34 +0000 (UTC) Date: Sat, 25 Sep 2021 15:30:23 +0100 From: Jonathan Cameron To: Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Lars-Peter Clausen , linux-iio@vger.kernel.org Subject: Re: [PATCH] iio: adc: exynos: describe drivers in KConfig Message-ID: <20210925153023.06ef72ec@jic23-huawei> In-Reply-To: <20210924133515.112357-1-krzysztof.kozlowski@canonical.com> References: <20210924133515.112357-1-krzysztof.kozlowski@canonical.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210925_072637_432722_BD7FF9B5 X-CRM114-Status: GOOD ( 20.10 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 24 Sep 2021 15:35:15 +0200 Krzysztof Kozlowski wrote: > Describe better which driver applies to which SoC, to make configuring > kernel for Samsung SoC easier. > > Signed-off-by: Krzysztof Kozlowski Seems reasonable. Applied thanks, Jonathan > --- > drivers/iio/adc/Kconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig > index af168e1c9fdb..6cc1268da184 100644 > --- a/drivers/iio/adc/Kconfig > +++ b/drivers/iio/adc/Kconfig > @@ -430,9 +430,9 @@ config EXYNOS_ADC > depends on ARCH_EXYNOS || ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PV210 || (OF && COMPILE_TEST) > depends on HAS_IOMEM > help > - Core support for the ADC block found in the Samsung EXYNOS series > - of SoCs for drivers such as the touchscreen and hwmon to use to share > - this resource. > + Driver for the ADC block found in the Samsung S3C (S3C2410, S3C2416, > + S3C2440, S3C2443, S3C6410), S5Pv210 and Exynos SoCs. > + Choose Y here only if you build for such Samsung SoC. > > To compile this driver as a module, choose M here: the module will be > called exynos_adc. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel