[PATCH 021/171] acpi: Add a Kconfig for SPL_ACPIGEN
Simon Glass
sjg at chromium.org
Mon Jan 30 15:40:54 CET 2023
This is implicitly used in the source and seems useful, so add it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
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.456.gfc5497dd1b-goog
More information about the U-Boot
mailing list