diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-05-31 01:58:41 +0300 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-06-10 12:53:08 +0000 |
commit | cfc3c358b2686bebd936219c5fb3642b834780b2 (patch) | |
tree | 7ab5f27b7ce3d00c89b481c9fc9671b52bcc3901 /src/Kconfig | |
parent | 45ecd49eea7e8ee3463961ba555faf127d899a51 (diff) |
ACPI: Remove Kconfig COMMON_FADT
Also remove default mb/*/fadt.c from Makefiles.
Change-Id: I6a2839c524f8311ec9a382a84066afc7d579eaca
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41948
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Kconfig b/src/Kconfig index 63ecd0a450..f3d86f2b6d 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -655,10 +655,6 @@ config HAVE_PIRQ_TABLE Whether or not the PIRQ table is actually generated by coreboot is configurable by the user via GENERATE_PIRQ_TABLE. -config COMMON_FADT - bool - default n - config ACPI_NHLT bool default n |