From patchwork Thu May 7 11:36:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 206950 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6F3DC38A2A for ; Thu, 7 May 2020 11:36:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D4AD20870 for ; Thu, 7 May 2020 11:36:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725848AbgEGLgi (ORCPT ); Thu, 7 May 2020 07:36:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726308AbgEGLgh (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 55595C05BD0D 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-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@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(+)