]> git.baikalelectronics.ru Git - uboot.git/commit
acpi: Use finer-grained control of ACPI-table generation
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:43 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commitbc66bbf6c9fbdd379c156977b28cad41614f9dff
tree41178d9168de21022b66fbce6e97026a30820f0b
parent82df420577a8ee2b5499b2bf978c0efac52f6dc6
acpi: Use finer-grained control of ACPI-table generation

Rather than keying everything off ACPIGEN, use the main
GENERATE_ACPI_TABLE option to determine whether the core ACPI code
is included. Make sure these option are not enabled in SPL/TPL since we
never generate tables there.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/Kconfig
arch/x86/lib/Makefile
lib/Makefile
lib/acpi/Makefile