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)
commit437992d3a936299226b7f0b27d38319b45d4a9e5
tree41178d9168de21022b66fbce6e97026a30820f0b
parenta9e414dd50c57113f810812af1fd1d1f502b3f57
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