From 822b267a8cfd8127f4b2a35942c01589a604ee5f Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 15 Jun 2020 23:51:54 +0200 Subject: mb/asrock/b85m_pro4: Properly select muxed functions The old values were completely out of whack. Use the same settings as vendor firmware. The SUPERIO_NUVOTON_NCT6776_COM_A option overwrites configured settings, so drop it from Kconfig to prevent conflicts. Change-Id: I9743741518adc153d594ccae65298c7dcc8a88d1 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/42403 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/asrock/b85m_pro4/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/asrock/b85m_pro4/Kconfig') diff --git a/src/mainboard/asrock/b85m_pro4/Kconfig b/src/mainboard/asrock/b85m_pro4/Kconfig index 7098f9428e..20ff9b1fcb 100644 --- a/src/mainboard/asrock/b85m_pro4/Kconfig +++ b/src/mainboard/asrock/b85m_pro4/Kconfig @@ -16,7 +16,6 @@ config BOARD_SPECIFIC_OPTIONS select SERIRQ_CONTINUOUS_MODE select SOUTHBRIDGE_INTEL_LYNXPOINT select SUPERIO_NUVOTON_NCT6776 - select SUPERIO_NUVOTON_NCT6776_COM_A config MAINBOARD_DIR string -- cgit v1.2.3