Motiejus Jakštys ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/985
-gerrit commit 241e57244fe64f0a3b15f72972129ebaacd75d2f Author: Motiejus Jakštys <[email protected]> Date: Tue May 1 21:47:16 2012 +0100 Enable USE_OPTION_TABLE for ThinkPad X60 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 <[email protected]> --- src/mainboard/lenovo/x60/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig index d35ab03..e77fac6 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

