summaryrefslogtreecommitdiff
path: root/src/mainboard/via/epia-m700
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-13 14:41:52 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-16 01:13:02 +0100
commit55db955bcdad90c9ebd8b755ae417234d46d731a (patch)
tree92ecc34256fb803b7d2e5c072f97e6b7d995cc11 /src/mainboard/via/epia-m700
parent4dfdebadb6731bc291e30560cbd2f107a3c94b75 (diff)
downloadcoreboot-55db955bcdad90c9ebd8b755ae417234d46d731a.tar.xz
Drop unneeded BOARD_HAS_FADT option
Change-Id: Iaaeee87d70cf052bc7980007cdf1f7dda88b3623 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1836 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/via/epia-m700')
-rw-r--r--src/mainboard/via/epia-m700/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/via/epia-m700/Kconfig b/src/mainboard/via/epia-m700/Kconfig
index 4396cc3869..2fff8e0722 100644
--- a/src/mainboard/via/epia-m700/Kconfig
+++ b/src/mainboard/via/epia-m700/Kconfig
@@ -6,7 +6,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select CPU_VIA_C7
select NORTHBRIDGE_VIA_VX800
select SUPERIO_WINBOND_W83697HF
- select BOARD_HAS_FADT
select HAVE_PIRQ_TABLE
# Note: For ACPI, you need to use the 'get_dsdt' script and uncomment
# the "select HAVE_ACPI_TABLES" line below.