configs/config.asrock_b85m_pro4...: Select GL9763E driver
This allows build-testing the code while it isn't used anywhere. Change-Id: Ib0b78cf874ab28d2b6ed687c1a63bcca3d788d2c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
12404e04c8
commit
bd84485017
|
@ -4,6 +4,7 @@
|
|||
# + Debug options
|
||||
# + SMMSTORE
|
||||
# + Silicon Image SIL3114 driver
|
||||
# + Genesys Logic GL9763E driver
|
||||
# + EM100 support
|
||||
CONFIG_COVERAGE=y
|
||||
CONFIG_UBSAN=y
|
||||
|
@ -24,6 +25,7 @@ CONFIG_SPI_FLASH_NO_FAST_READ=y
|
|||
CONFIG_USBDEBUG=y
|
||||
CONFIG_USBDEBUG_DONGLE_FTDI_FT232H=y
|
||||
CONFIG_DRIVERS_SIL_3114=y
|
||||
CONFIG_DRIVERS_GENESYSLOGIC_GL9763E=y
|
||||
# CONFIG_SQUELCH_EARLY_SMP is not set
|
||||
CONFIG_CONSOLE_SPI_FLASH=y
|
||||
CONFIG_POST_DEVICE_PCI_PCIE=y
|
||||
|
|
Loading…
Reference in New Issue