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 EFB67C636CC for ; Sun, 5 Feb 2023 23:16:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 93974859A8; Mon, 6 Feb 2023 00:16:49 +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="ROY5Rm9D"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 55D15859B4; Sun, 5 Feb 2023 23:39:20 +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 7E02185977 for ; Sun, 5 Feb 2023 23:38:54 +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 w2so412219ilg.8 for ; Sun, 05 Feb 2023 14:38:54 -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=cOIXU4y0uO2/LQk6Wl21NEOfOU9wlJoiFufTuQDF21s=; b=ROY5Rm9DioI+o6umHR3j9APWw73aX00WJatDixMHBxJKlIZiPkvW5emp1ZVioI7dbK clG043blA2nEl6LhJlVAeVoxUzk+N1DhAuGCDq5dV2r/2bfcguDSkoBq+FDbd5nkfbfM 3IvXyyuEr6LkiuPj44YSMvGUoJttwQwM+sL6E= 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=cOIXU4y0uO2/LQk6Wl21NEOfOU9wlJoiFufTuQDF21s=; b=OvmCdln5uvQ0AIFhoU1yLBshTWYRr/Tt2kYmRicblrbQT1KIq/CykppzCkM//oASs2 DNC1ndYcFnBFjmZZLewmzc6588F1AZ0yLg7067n8mUXZt+SMZMCwg+K+cCDE/A0+95Cg ObzvekCkO3iDfndrqA30SVdzF9XDdKyPqsYUzbL5r57L18kqtXiKOocT9KviuMJE+Ux0 G8ClzvHQODiUO4LQUmZEbTi0Kh9nvzHedbcH+v+czeiavIMAvYTvXy4ccWn2NEvwFD8A VG/B+JMuXTn63LIZS8iyjYpVJTippWK7sedq1sAnKHOdBIjr+M9T5OPOMjHtQdGy4rDi 4G6Q== X-Gm-Message-State: AO0yUKVHKygwIKYxlx4O41c1hIhqgugq4oz82XJpebmgNE9SDQ4p5GP/ ywc8UF8gI5EB9VlzSoBlOMxYraPN5q+FXBcE X-Google-Smtp-Source: AK7set9kI+zKhMCYueFECK2s2iJv6A+lEUJLiv58kWmjebPrEU1qDaX0oeffZzjT9IOU7RIXsgRQFw== X-Received: by 2002:a92:c26f:0:b0:310:a9e4:3713 with SMTP id h15-20020a92c26f000000b00310a9e43713mr13836623ild.8.1675636732671; Sun, 05 Feb 2023 14:38:52 -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.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:38:51 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass , Marek Vasut , Pavel Herrmann Subject: [PATCH v2 009/169] dm: Add a Kconfig for SPL_DM_HWSPINLOCK Date: Sun, 5 Feb 2023 15:35:55 -0700 Message-Id: <20230205223836.231657-10-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 --- (no changes since v1) drivers/hwspinlock/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig index 96d4f5d6ca3..56406da3d87 100644 --- a/drivers/hwspinlock/Kconfig +++ b/drivers/hwspinlock/Kconfig @@ -5,6 +5,10 @@ config DM_HWSPINLOCK help This option enables U-Boot hardware spinlock support +config SPL_DM_HWSPINLOCK + def_bool n # Enable U-Boot hardware spinlock support (SPL) + depends on SPL + config HWSPINLOCK_SANDBOX bool "Enable Hardware Spinlock support for Sandbox" depends on SANDBOX && DM_HWSPINLOCK -- 2.39.1.519.gcb327c4b5f-goog