diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-11-13 14:41:52 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-11-16 01:13:02 +0100 |
commit | 55db955bcdad90c9ebd8b755ae417234d46d731a (patch) | |
tree | 92ecc34256fb803b7d2e5c072f97e6b7d995cc11 /src/mainboard/lenovo | |
parent | 4dfdebadb6731bc291e30560cbd2f107a3c94b75 (diff) | |
download | coreboot-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/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t60/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x60/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig index 630f805d4d..379d1ec27f 100644 --- a/src/mainboard/lenovo/t60/Kconfig +++ b/src/mainboard/lenovo/t60/Kconfig @@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select EC_LENOVO_PMH7 select EC_LENOVO_H8 select DRIVERS_ICS_954309 - select BOARD_HAS_FADT select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig index 653f1200cb..231110bc53 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select EC_LENOVO_PMH7 select EC_LENOVO_H8 select DRIVERS_ICS_954309 - select BOARD_HAS_FADT select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE |