Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp3098035pxy; Sun, 25 Apr 2021 13:58:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyinYIJtp/LFw2zvn4M6eNEgLRvGm8ThkxUW6gWwfr+DjNABkJhL9hc0lnEQN6g1GqhHWqk X-Received: by 2002:a17:902:7892:b029:ea:b8a9:6190 with SMTP id q18-20020a1709027892b02900eab8a96190mr15022794pll.80.1619384299965; Sun, 25 Apr 2021 13:58:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619384299; cv=none; d=google.com; s=arc-20160816; b=eEhU2otUwdygOR7zRerPShKpQ0b5KyBK2nVAhVmb2IpUrKhi61nHuuNCYTeNYU+cyj WBqXRFr+ldGVRaZ9mawgLzpo2RXsK1SEEozJs4I1iMFO8CSEEf7MzxQnAEBkDNbnNaAV 6yq9qLeQ7dtEs5zOwD7sXQYqLR8BKtJ8Dxj88/z6q5JoFgs1KehOvDFHLhByIxGQ+FTg QCS0SiCe9hJKl33zhMGiABcnNhsInCBhymHv2Im0RlGdG9JwyL7zuobngQZ8kQCYeGhB WIBwVROUeb2lySiE0ZigU1QHiaFoKV2/DPuxn3poXpYAdeMdxF1KbaV3SrejiW9WQb4l ZBoA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=0xNSttbioPcFDF3ELMcpuqcz3ODugjbN9tfnMZ0PoFw=; b=u0aZGyCT4EqftQZkILUwyFBivWWIQr0JDmA5KdmQaBVjFJ6/+mt+oxEHXx1RazzK7t ktd9DO3R4j5vIsstnTlEj+05efYOU8Pk+Ji+d6RIt7PFiYvq5feH3CpWLRDzUSBTbgY4 H3tmIHr96BElMf/WD+Jy+O0vft+y5+F+wXqs0DF6jhwQUVEjzty7uRJXauBPPdkIzHZ4 AjNbFVnf9iVvv1b00jl4g0Y0zq0FeUUoqbZIvRTz6VONPEPFAXeP1o+um3lPkXtcVrak kO7NbqoaEfgl76XBfL+VuoHCR7XNWEIV2BiiFPfEqiCswRlea7GxiVxKhm2q049i5esC VTiQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l185si15297238pgl.540.2021.04.25.13.58.05; Sun, 25 Apr 2021 13:58:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231231AbhDYU6C (ORCPT + 99 others); Sun, 25 Apr 2021 16:58:02 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:49624 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230494AbhDYU57 (ORCPT ); Sun, 25 Apr 2021 16:57:59 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 49F071C0B79; Sun, 25 Apr 2021 22:57:18 +0200 (CEST) Date: Sun, 25 Apr 2021 22:57:17 +0200 From: Pavel Machek To: Geert Uytterhoeven Cc: Dan Murphy , Amireddy Mallikarjuna reddy , Arnd Bergmann , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] leds: LEDS_BLINK_LGM should depend on X86 Message-ID: <20210425205717.GD10996@amd> References: <20210316133946.2376963-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DiL7RhKs8rK9YGuF" Content-Disposition: inline In-Reply-To: <20210316133946.2376963-1-geert+renesas@glider.be> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --DiL7RhKs8rK9YGuF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > The Intel Lightning Mountain (LGM) Serial Shift Output controller (SSO) > is only present on Intel Lightning Mountain SoCs. Hence add a > dependency on X86, to prevent asking the user about this driver when > configuring a kernel without Intel Lightning Mountain platform support. >=20 > While at it, merge the other dependencies into a single statement. >=20 > Fixes: c3987cd2bca34ddf ("leds: lgm: Add LED controller driver for LGM So= C") > Signed-off-by: Geert Uytterhoeven This rejected, so I applied it by hand. I'm deleting the Fixes tag -- we don't want this in stable. Thanks and best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --DiL7RhKs8rK9YGuF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmCF160ACgkQMOfwapXb+vLx5ACgmQ42W4Cy6adL2ixq0WsP3v41 i3QAoI5tOZK3Pmy6BDAw919XdaB2B4t4 =nx5Y -----END PGP SIGNATURE----- --DiL7RhKs8rK9YGuF--