diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2019-10-26 10:41:23 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-10-27 22:17:29 +0000 |
commit | f7856800b46ad44db093e19d1534c26b427ab41c (patch) | |
tree | 2bd053c10dd7342e6a4ad762ea09ac5083fb3daf | |
parent | d61a40e291b82219a07646d39f587ed48304310b (diff) |
mb/supermicro/x11-lga1151: use the new Kconfig to hide GOP
The board does not have any graphics port connected to the SoC. Hence,
use the new Kconfig to hide GOP initialization.
Change-Id: Ia88e062bea243369da27b94608f89f0808257688
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36349
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r-- | src/mainboard/supermicro/x11-lga1151-series/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x11-lga1151-series/Kconfig b/src/mainboard/supermicro/x11-lga1151-series/Kconfig index 329cfd9746..da8038ba5c 100644 --- a/src/mainboard/supermicro/x11-lga1151-series/Kconfig +++ b/src/mainboard/supermicro/x11-lga1151-series/Kconfig @@ -12,6 +12,7 @@ config BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES select SUPERIO_ASPEED_AST2400 select GENERATE_SMBIOS_TABLES select IPMI_KCS + select MAINBOARD_NO_FSP_GOP if BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES |