[PATCH 064/108] acpi: Enable ACPI table generation by default on x86

Simon Glass sjg at chromium.org
Mon Jan 27 06:06:11 CET 2020


This should ideally be used by all x86 boards in U-Boot. Enable it by
default. If some boards don't use it, the cost is small.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index ae9c93ed7b..4454fb0f9a 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -187,6 +187,7 @@ config X86
 	imply PCH
 	imply RTC_MC146818
 	imply IRQ
+	imply ACPIGEN
 
 	# Thing to enable for when SPL/TPL are enabled: SPL
 	imply SPL_DM
-- 
2.25.0.341.g760bfbb309-goog



More information about the U-Boot mailing list