diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-10-23 16:57:50 +0200 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-10-25 21:03:30 +0200 |
commit | 6eb8bef25e6ab4d44b0f0549a12b05bde943dcae (patch) | |
tree | 50d9ecae27dd539f688979b041db69eb0b2dc010 /src/mainboard/lenovo/x60/Kconfig | |
parent | f02c396f2665396817b78cdfb1f662e26b952a65 (diff) |
X60: enable Cx power saving modes
Change-Id: Ib03d9aa77050edde2538b80b32158cb3f0610be6
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/331
Tested-by: build bot (Jenkins)
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 3b39ed8fe7..69f83a8b24 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SUPERIO_NSC_PC87392 select EC_LENOVO_PMH7 select EC_LENOVO_H8 + select DRIVERS_ICS_954309 select BOARD_HAS_FADT select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE |