From 206c890f6a497eef212f12077d15f0832824095b Mon Sep 17 00:00:00 2001 From: Motiejus Jakštys Date: Tue, 1 May 2012 21:47:16 +0100 Subject: Enable USE_OPTION_TABLE for ThinkPad X60 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this option bluetooth configuration value in nvram is not consulted properly. It also enables built-in volume control (read-only). Tested on: ThinkPad X60s, 1702. Change-Id: I2fc6bb527c6e086a083e63922d1253eda7d4a36d Signed-off-by: Motiejus Jakštys Reviewed-on: http://review.coreboot.org/985 Tested-by: build bot (Jenkins) Reviewed-by: Sven Schnelle --- src/mainboard/lenovo/x60/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig index d35ab0357a..e77fac6a01 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_SMI_HANDLER select HAVE_ACPI_TABLES select HAVE_ACPI_RESUME + select USE_OPTION_TABLE config MAINBOARD_DIR string -- cgit v1.2.3