Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp654614ybj; Thu, 7 May 2020 04:38:53 -0700 (PDT) X-Google-Smtp-Source: APiQypJQ1PuNBH4LyluMhtuHxtkYZk+pJouenaCgupPg9++8RhsqPvPKBgcdo65mkOSoUKPhuG4B X-Received: by 2002:a17:906:33d4:: with SMTP id w20mr11465866eja.284.1588851532992; Thu, 07 May 2020 04:38:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588851532; cv=none; d=google.com; s=arc-20160816; b=f1rGyEXTcbyDwctCM+XNvPDncLvo9WL8+9ITiXWaAtee8Y6eBzW+dfCki/A0w7FcMT J4t9CtPTJoPs1gMYWoDOREnP2idlNjXW13XiGK2UjYdx9DeyEx0RKnkyTVH8KRF5CeYi r438EW2g9w24giZw/ohdQ+z3G9xkC0WSgzmJd739zGgQQML8fmySPyQT7AZiZfGVy1kr A+0P3FqdCmqJNiTOJJJGqIjjd6dv9jpi57mIpx8AHmwNRuEuXt71Lvy609DNq8F0ITQH tHxL1hxpSUQzmrAI+T6TEdlMq/dfwzQedBa4lZP8pQpIWI5TZTQWac2Th8/+9QCmHwj+ a+Zg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=4j7ZxFMSGuh2DWCuGYZMUAdW1O/C2CmaU8I4A7C5Uds=; b=iVUDRYSn9sxfLPKr7mZUIpDez3mcMDUvl27pjwAHDbHNaKrJgJLZd3NhhSQkW9l8i9 KCn4ROh7wYkXEB4SJvqYYUSznF+IazEEsxqiBM4gs8XlJ4k24Rm6aah0tKcMuKcEhR93 WUwzFneA29Rxh6p5e0tat6VnmmPAt6rjSiMZndsDKt/Jd6nUDSNhkupwta4+0Rblo1dL s2zFmWI7FFruBl0rchqiVWMKIOmnc+Ix6OyVcEa0zkgcrIVXSUhUIWykoPoAw+Gy6eGx sw2xl2sCy+JowtH4silB6QoGKs/M/zfmrtlNqyx0dMF+SeiQeTgj13pHZu3yQxy6Hb8v SbNg== 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 y18si2855641edr.442.2020.05.07.04.38.29; Thu, 07 May 2020 04:38:52 -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 S1726811AbgEGLgi (ORCPT + 99 others); Thu, 7 May 2020 07:36:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725947AbgEGLgh (ORCPT ); Thu, 7 May 2020 07:36:37 -0400 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BC84C05BD09 for ; Thu, 7 May 2020 04:36:37 -0700 (PDT) Received: from ramsan ([IPv6:2a02:1810:ac12:ed60:6572:4a1f:d283:9ae8]) by albert.telenet-ops.be with bizsmtp id bncT2200T3ZRV0X06ncTEj; Thu, 07 May 2020 13:36:28 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jWepH-0007DT-Kf; Thu, 07 May 2020 13:36:27 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jWepH-0006GI-JO; Thu, 07 May 2020 13:36:27 +0200 From: Geert Uytterhoeven To: Linus Walleij , Kishon Vijay Abraham I , Ramuthevar Vadivel Murugan , Rahul Tanwar , Andy Shevchenko Cc: Arnd Bergmann , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] lightning mountain: Add architecture dependency Date: Thu, 7 May 2020 13:36:24 +0200 Message-Id: <20200507113626.24026-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, The Intel Equilibrium pin controller and eMMC PHY are only present on Intel Lightning Mountain SoCs. This series adds architecture dependencies to the corresponding config symbols, to avoid asking the user about them when configuring a kernel for a non-x86 architecture. All patches in this series are independent. Thanks for your comments! Geert Uytterhoeven (2): pinctrl: equilibrium: Add architecture dependency phy: intel-lgm-emmc: Add architecture dependency drivers/phy/intel/Kconfig | 1 + drivers/pinctrl/Kconfig | 1 + 2 files changed, 2 insertions(+) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds