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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ED930C636CD for ; Sun, 5 Feb 2023 22:43:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3FD01859C1; Sun, 5 Feb 2023 23:40:19 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="nlPfBHrP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 20E2C859BF; Sun, 5 Feb 2023 23:39:29 +0100 (CET) Received: from mail-il1-x129.google.com (mail-il1-x129.google.com [IPv6:2607:f8b0:4864:20::129]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A071E85996 for ; Sun, 5 Feb 2023 23:38:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-il1-x129.google.com with SMTP id w2so412257ilg.8 for ; Sun, 05 Feb 2023 14:38:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=A9P7CfIHmuQQJUZm7+NInH5f3qsKyoa9ZpbPUzJH80o=; b=nlPfBHrPuHECpy9XMr7Eru/QjaeVsE4yyUlOHZbWvq57UoTYgStknP5Wtz3i0LHPZo D7Q6QHu1pIcZCExXe90/GKxhG2o4mmjR3wkfgucGTyF3k5quFuL++VlAXOUaeRqicUFx WsvXPoLo2iPTUEUfUctbtuX9AudQC0TLnx/Nw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=A9P7CfIHmuQQJUZm7+NInH5f3qsKyoa9ZpbPUzJH80o=; b=MJVJ6XD4eYdVuGlqGsck/mUwSIGj/AfmXzdCjZ7C0mM9tawi7wclsoUWmvdpJHMwDF G1dOFydVM1190TSGBg/ClqAkdXfLiAUjNAEOvdd3AdHZjlYfGTxlel4SQLXRtM+1d1ds 3w0V78C3ljMNkBI9Ls4HX+gd93eYiv0NbE+U6OGbHQ0XFn3yMJ0KxhrUITDD+RgzpmIm iK1rQCyg5R/wt2XHZeTtwRRyzdgaC9DZsbJwPZ22fdNIx1AOxEzhARBUQaXSAZdIBRSp Bd7G6xltdo01zIOrTvpLfN6/Ks09dozu8UFyfinT/Ei8gsSs6ApdT8bP+ER6nthIiH/v K9Wg== X-Gm-Message-State: AO0yUKVC0MvHJRlo25OzrejscUHWv7VcPsocphY7VewbVZKgwH/V439s zscRGeVsyqeQfqpONunuzls7yq8dXFse4tfA X-Google-Smtp-Source: AK7set9eVQK8tJnlS6xHEyBUFZE6zX9a3t6RvmYI7/eQ1wIYZ0lUrASBXxDn9Y4kILfGeLp/7vy8Gw== X-Received: by 2002:a05:6e02:12e7:b0:310:bec9:72f6 with SMTP id l7-20020a056e0212e700b00310bec972f6mr15309910iln.13.1675636738112; Sun, 05 Feb 2023 14:38:58 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id m40-20020a05663840a800b003b49e7d990asm2856393jam.30.2023.02.05.14.38.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:38:57 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 016/169] pinctrl: Add a Kconfig for SPL_PINCTRL_ARMADA_38X Date: Sun, 5 Feb 2023 15:36:02 -0700 Message-Id: <20230205223836.231657-17-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205223836.231657-1-sjg@chromium.org> References: <20230205223836.231657-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This is implicitly used in the source and seems useful, so add it. Signed-off-by: Simon Glass --- Changes in v2: - Correct the tag drivers/pinctrl/mvebu/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/pinctrl/mvebu/Kconfig b/drivers/pinctrl/mvebu/Kconfig index 7c51d138c8b..0b2be88e3a1 100644 --- a/drivers/pinctrl/mvebu/Kconfig +++ b/drivers/pinctrl/mvebu/Kconfig @@ -7,6 +7,10 @@ config PINCTRL_ARMADA_38X Support pin multiplexing and pin configuration control on Marvell's Armada-38x SoC. +config SPL_PINCTRL_ARMADA_38X + def_bool n # Armada 38x pin control driver (SPL) + depends on SPL && ARMADA_38X && SPL_PINCTRL_FULL + config PINCTRL_ARMADA_37XX depends on ARMADA_3700 && PINCTRL_FULL bool "Armada 37xx pin control driver" -- 2.39.1.519.gcb327c4b5f-goog