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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 59B9FC77B70 for ; Sat, 15 Apr 2023 15:30:05 +0000 (UTC) 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:In-Reply-To:MIME-Version:References: 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=h2uDgFUipvKMjvQxmrdJSf6pnonTR/xVxqE8VErpqM4=; b=jsaQY8pbFqvK7I L6Xmaks+kMoAEh3WD/KHu8G5JAT7vWpAu6z0Bsh8BZgnabzUMDB0b3K5BvXVInmRfTltpxWpt8j3+ oVY64PGa07+a6J3yX3DHc3Kp78r1A51vXvPXY4TD8vhtGu/cJdPW5aNyEzyDRNotUhRzW+VLBW/aI v7b5DPjJX3dbKq7frQvaOpNfV4zUWx3eRlsGHyJyJC91aA/zJA1jTaabHDhTxBJ78F90vdac5BbJ2 R0buHquwk/CzH/1QNz01qrGV5biMWzXgXbtE/mPQ+UjMl/Ly9ftMBeH4lJdsgkJglcDDvyAXJqLeQ YOD1/ntfQS4z+KgpRTJg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pnhpN-00CNLP-1C; Sat, 15 Apr 2023 15:28:37 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pnhpJ-00CNKj-2L for linux-arm-kernel@lists.infradead.org; Sat, 15 Apr 2023 15:28:35 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0290560B61; Sat, 15 Apr 2023 15:28:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD394C433D2; Sat, 15 Apr 2023 15:28:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681572510; bh=X6trzWnY0iolJMvBZ0LXqif49Qe7S8tclfdLM3IsDcI=; h=Date:From:To:List-Id:Cc:Subject:References:In-Reply-To:From; b=MMQ/Mu+Mr+/yaYNv2pHw7mZcwwH5ZNBX1R8vvFGzTxCpuTfPDpYnuV6MQDlBvzztF tEB3ucklSJGslKbnLkMNLZNnJeEFxaSk9OWghuojWKzcHSZkKvvxRLjI0qf9SVw3Rf WIQxnv8enLMqcQ4qZuNQWlFzcomL3ahmo+HEGsvA= Date: Sat, 15 Apr 2023 17:18:51 +0200 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org, Evgeniy Polyakov , Arnd Bergmann , Olof Johansson , soc@kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 4/4] w1: omap-hdq: allow compile testing Message-ID: <2023041542-arrogance-jury-ccf1@gregkh> References: <20230415104304.104134-1-krzysztof.kozlowski@linaro.org> <20230415104304.104134-5-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230415104304.104134-5-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230415_082834_162157_4F5D3D2A X-CRM114-Status: GOOD ( 17.40 ) 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 Sat, Apr 15, 2023 at 12:42:53PM +0200, Krzysztof Kozlowski wrote: > omap-hdq does not depend on anything from ARCH_OMAP for building. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/w1/masters/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig > index 692cac3ff0ee..ad316573288a 100644 > --- a/drivers/w1/masters/Kconfig > +++ b/drivers/w1/masters/Kconfig > @@ -53,7 +53,7 @@ config W1_MASTER_GPIO > > config HDQ_MASTER_OMAP > tristate "OMAP HDQ driver" > - depends on ARCH_OMAP > + depends on ARCH_OMAP || COMPILE_TEST > help > Say Y here if you want support for the 1-wire or HDQ Interface > on an OMAP processor. > -- > 2.34.1 > I'm guessing this shouldn't be part of this series? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel