[coreboot] New patch to review for coreboot: 241e572 Enable USE_OPTION_TABLE for ThinkPad X60

Motiejus Jakštys (desired.mta@gmail.com) gerrit at coreboot.org
Tue May 1 23:10:29 CEST 2012


Motiejus Jakštys (desired.mta at gmail.com) 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 <desired.mta at gmail.com>
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 <desired.mta at gmail.com>
---
 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




More information about the coreboot mailing list