diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-10-23 15:54:31 +0200 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-10-25 20:13:16 +0200 |
commit | fe40c5067e8698b4322712a4c06b6665ae153170 (patch) | |
tree | 8a222108f20db657b963ef3eeafdb1a8d8c90c72 /src/mainboard/lenovo/t60/Kconfig | |
parent | f488165a3de4da61626b27d8a1c250a0d303eee0 (diff) | |
download | coreboot-fe40c5067e8698b4322712a4c06b6665ae153170.tar.xz |
T60: use ICS954309 clock driver
Change-Id: I3f30fe601215784e1688c5ec51108dc0cf03e320
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/328
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/lenovo/t60/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/t60/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig index c17d843fb4..9141fc9151 100644 --- a/src/mainboard/lenovo/t60/Kconfig +++ b/src/mainboard/lenovo/t60/Kconfig @@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_TI_PCI1X2X select EC_LENOVO_PMH7 select EC_LENOVO_H8 + select DRIVERS_ICS_954309 select BOARD_HAS_FADT select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE |