diff options
author | Sven Schnelle <svens@stackframe.org> | 2012-07-03 22:15:42 +0200 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2012-07-04 07:23:03 +0200 |
commit | 89f04a6d68cbb8faf9d90089cc76ee38bdf932ad (patch) | |
tree | d620f9e462b5c8a352e47f49e961ba47d48aa569 /src/mainboard/supermicro/x7db8/Kconfig | |
parent | ca68297cda83030f417175ef3f256babe9ccf398 (diff) |
Supermicro X7DB8: add w83793 Hardware monitor
used for fan control and thermal management on that board.
Change-Id: I4e5c986ab6174b7a356d682e21732c46181af211
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/1167
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/supermicro/x7db8/Kconfig')
-rw-r--r-- | src/mainboard/supermicro/x7db8/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x7db8/Kconfig b/src/mainboard/supermicro/x7db8/Kconfig index 48859f1895..5365f85d7b 100644 --- a/src/mainboard/supermicro/x7db8/Kconfig +++ b/src/mainboard/supermicro/x7db8/Kconfig @@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_512 select HAVE_MP_TABLE select HAVE_PIRQ_TABLE + select DRIVERS_I2C_W83793 config MAINBOARD_DIR string |