From 8272405abb9a0c30253f384df90238d6681faea3 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 13 Jun 2019 14:01:50 +0200 Subject: mb/asrock/h110m: Correct Kconfig symbol selection The asrock/h110m has a NCT6791D, but is selecting the NCT6776-specific SUPERIO_NUVOTON_NCT6776_COM_A symbol. Use the NCT6791D symbol instead. Change-Id: I9f3fde161844f919b070f2b6ce7e106411439a9a Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/33439 Tested-by: build bot (Jenkins) Reviewed-by: Maxim Polyakov Reviewed-by: Felix Held --- src/mainboard/asrock/h110m/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/asrock') diff --git a/src/mainboard/asrock/h110m/Kconfig b/src/mainboard/asrock/h110m/Kconfig index 487c90ed13..eebce57d49 100644 --- a/src/mainboard/asrock/h110m/Kconfig +++ b/src/mainboard/asrock/h110m/Kconfig @@ -13,7 +13,7 @@ config BOARD_SPECIFIC_OPTIONS select SKYLAKE_SOC_PCH_H select GENERIC_SPD_BIN select SUPERIO_NUVOTON_NCT6791D - select SUPERIO_NUVOTON_NCT6776_COM_A + select SUPERIO_NUVOTON_NCT6791D_COM_A select REALTEK_8168_RESET select RT8168_SET_LED_MODE -- cgit v1.2.3