diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2014-05-13 16:36:56 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-05-23 20:09:36 +0200 |
commit | 80b627eb4d37fb503056d37b0910ad6afe9e63b5 (patch) | |
tree | f65be907acd76a66b5337c43ad31896b62dac746 /src/mainboard/asus/f2a85-m/Kconfig | |
parent | 290bed72589a36161c29debc67b7164dade5de3d (diff) |
Asus F2A85-M: Move to ther proper SIO
The F2A85-M has IT8603E which is a strip down version of IT8728F.
Change configuration from provisional IT8712F to the IT8728F.
While at it also enable only needed LPC bridge decodes.
As the side effect, this change also implements setup of environmental
controller, thus it87 driver can detect the temperatures/fans.
Change-Id: I22067b13ea27ee37e959a246718d9559c2a3215d
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Reviewed-on: http://review.coreboot.org/4499
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/f2a85-m/Kconfig')
-rw-r--r-- | src/mainboard/asus/f2a85-m/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig index c923b5bfb1..6dea246f98 100644 --- a/src/mainboard/asus/f2a85-m/Kconfig +++ b/src/mainboard/asus/f2a85-m/Kconfig @@ -30,7 +30,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_MP_TABLE select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES - select SUPERIO_ITE_IT8712F + select SUPERIO_ITE_IT8728F select BOARD_ROMSIZE_KB_8192 select GFXUMA |