diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-02-16 13:12:41 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-02-16 13:12:41 +0000 |
commit | ddb3f0adaa0cc1a0a0dfa8b46eeee5c3d2dbca9e (patch) | |
tree | 27a4b99faff6517cf4db9833428d0e95475a49ea /src/mainboard/lenovo/x60/Kconfig | |
parent | 7afbb9936f0dcbb86d46fb8ff52f7e87e3d72dc3 (diff) |
Lenovo ThinkPad X60: Enable SMI handler
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6366 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lenovo/x60/Kconfig')
-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 cb6382e1e0..262a4b3057 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -20,6 +20,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select GFXUMA select BOARD_ROMSIZE_KB_2048 select CHANNEL_XOR_RANDOMIZATION + select HAVE_SMI_HANDLER config MAINBOARD_DIR string |