[PATCH v3 18/81] acpi: Add a Kconfig for SPL_ACPIGEN
Simon Glass
sjg at chromium.org
Mon Feb 6 20:04:46 CET 2023
This is implicitly used in the source and seems useful, so add it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(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
More information about the U-Boot
mailing list