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 27FF5C636CD for ; Sun, 5 Feb 2023 22:44:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D705A859EE; Sun, 5 Feb 2023 23:40:29 +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="BkEg/JR1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F2A95859CC; Sun, 5 Feb 2023 23:39:35 +0100 (CET) Received: from mail-il1-x12f.google.com (mail-il1-x12f.google.com [IPv6:2607:f8b0:4864:20::12f]) (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 B958D85969 for ; Sun, 5 Feb 2023 23:39:02 +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-x12f.google.com with SMTP id o13so278294ilt.4 for ; Sun, 05 Feb 2023 14:39:02 -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=LNVyZadsj/6dVYDM4XcKHzcKg/9/MPDwWri78LYr9dA=; b=BkEg/JR1k8raNjAPllcuzLhrwbKlMAEF+uounRHzCpuCXfNgjlzMoy8HF/at4qj14G DS1hIWmBJdqJp6FlLOebfSdn3zQ167/HQoMaWS3nBPT2cZ1cus5JnlYSe+TgcyQY+00C 0dgLhxwsTuviRu/f38qyexofpy1QF/Rw9LIUo= 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=LNVyZadsj/6dVYDM4XcKHzcKg/9/MPDwWri78LYr9dA=; b=szpaPBfLuuAdzttX+n4eqBQJu8Aeo5iDyTUWXEh30kTJVNIY5rS8a6SCe2sE4mATsQ 86WjwSalnMk2puOlOT47EEFvhAWzsEhdwKl2rh1/3zGMZUZGCFR5EIfZoxRh7/RiAy6h ox3yFUIueckQ5ecCMmWKDVrHGX6zpUHM+AP2rRtEVgmwq6wG5jS9eCvlXduMEUryYdZ1 eo2GClMRRVckXQb/ibaOQevaUab5EkEANAG5+ou+LnCzqtseaROisWLpdwYAmGI9mwgd w0dWrt56W9RJwBGJAq4rKUOdaEaM0vdK4Whto5ATfbUvWZRDgkNXchcE9ZHZYIBKGaFX Ntvw== X-Gm-Message-State: AO0yUKWwxpdDbF+OqG3YltXsHiZlpSdEE/U92XhLQk8R47SgLnNHwCQS l8G/yApGuB46Quivm82H/qzsCxtlgI4PvaBo X-Google-Smtp-Source: AK7set9kuRS1zX5sb16dqe/wM5CevQ5OI6ma5H7oKa/PmTS/vV56AkGQzNqIe9L5Z4xFlrDV3yVi0A== X-Received: by 2002:a05:6e02:1c8c:b0:313:c947:bee4 with SMTP id w12-20020a056e021c8c00b00313c947bee4mr569912ill.14.1675636740814; Sun, 05 Feb 2023 14:39:00 -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.39.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:39:00 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 019/169] acpi: Add a Kconfig for SPL_ACPIGEN Date: Sun, 5 Feb 2023 15:36:05 -0700 Message-Id: <20230205223836.231657-20-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/core/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index 22381500afe..f1ef5cd35f3 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -453,6 +453,9 @@ config ACPIGEN things like generating device-specific tables and returning the ACPI name of a device. +config SPL_ACPIGEN + def_bool n + config BOUNCE_BUFFER bool "Include bounce buffer API" help -- 2.39.1.519.gcb327c4b5f-goog