diff options
author | Motiejus Jakštys <desired.mta@gmail.com> | 2012-05-01 21:47:16 +0100 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2012-05-28 21:14:20 +0200 |
commit | 206c890f6a497eef212f12077d15f0832824095b (patch) | |
tree | 6d065b850a780cdf197c11667ef57257d06f6aee /src/mainboard/lenovo/x60 | |
parent | bfff6dea2b1190e3e6476ab4c7379fe0f56d3680 (diff) | |
download | coreboot-206c890f6a497eef212f12077d15f0832824095b.tar.xz |
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@gmail.com>
Reviewed-on: http://review.coreboot.org/985
Tested-by: build bot (Jenkins)
Reviewed-by: Sven Schnelle <svens@stackframe.org>
Diffstat (limited to 'src/mainboard/lenovo/x60')
-rw-r--r-- | 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 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 |