diff options
| author | Leah Rowe <leah@libreboot.org> | 2021-12-11 15:24:42 +0000 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2021-12-11 15:24:42 +0000 | 
| commit | dbe4a0c6a336b9eff85d222c51a023c04d5a5dde (patch) | |
| tree | fd9731cc4a3f2eebcbb93550fe1c69da6c43cd46 /resources/coreboot/kfsn4-dre_1mb | |
| parent | ed63e94914a407c68d91733a5563005138d4b05f (diff) | |
coreboot configs: don't enable wifi during early init
Diffstat (limited to 'resources/coreboot/kfsn4-dre_1mb')
| -rw-r--r-- | resources/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode | 13 | 
1 files changed, 2 insertions, 11 deletions
| diff --git a/resources/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode b/resources/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode index 992cfdd0..a255e678 100644 --- a/resources/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode +++ b/resources/coreboot/kfsn4-dre_1mb/config/libgfxinit_txtmode @@ -145,7 +145,7 @@ CONFIG_FMDFILE=""  # CONFIG_VBOOT is not set  CONFIG_MMCONF_BASE_ADDRESS=0xc0000000  CONFIG_POST_DEVICE=y -CONFIG_DRIVERS_INTEL_WIFI=y +# CONFIG_DRIVERS_INTEL_WIFI is not set  # CONFIG_DRIVERS_UART_8250IO is not set  CONFIG_DIMM_MAX=4  CONFIG_MAINBOARD_SMBIOS_PRODUCT_NAME="KFSN4-DRE" @@ -454,8 +454,7 @@ CONFIG_CRB_TPM_BASE_ADDRESS=0xfed40000  CONFIG_HAVE_USBDEBUG=y  # CONFIG_HAVE_USBDEBUG_OPTIONS is not set  # CONFIG_VPD is not set -CONFIG_DRIVERS_GENERIC_WIFI=y -# CONFIG_USE_SAR is not set +# CONFIG_DRIVERS_GENERIC_WIFI is not set  # CONFIG_DRIVERS_AMD_PI is not set  # CONFIG_DRIVERS_I2C_MAX98373 is not set  # CONFIG_DRIVERS_I2C_MAX98927 is not set @@ -533,14 +532,6 @@ CONFIG_BOOT_DEVICE_MEMORY_MAPPED=y  # Console  #  CONFIG_SQUELCH_EARLY_SMP=y -# CONFIG_CONSOLE_SERIAL_921600 is not set -# CONFIG_CONSOLE_SERIAL_460800 is not set -# CONFIG_CONSOLE_SERIAL_230400 is not set -# CONFIG_CONSOLE_SERIAL_115200 is not set -# CONFIG_CONSOLE_SERIAL_57600 is not set -# CONFIG_CONSOLE_SERIAL_38400 is not set -# CONFIG_CONSOLE_SERIAL_19200 is not set -# CONFIG_CONSOLE_SERIAL_9600 is not set  # CONFIG_SPKMODEM is not set  # CONFIG_CONSOLE_NE2K is not set  CONFIG_CONSOLE_CBMEM=y | 
