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/t400_16mb/config | |
parent | ed63e94914a407c68d91733a5563005138d4b05f (diff) |
coreboot configs: don't enable wifi during early init
Diffstat (limited to 'resources/coreboot/t400_16mb/config')
-rw-r--r-- | resources/coreboot/t400_16mb/config/libgfxinit_corebootfb | 3 | ||||
-rw-r--r-- | resources/coreboot/t400_16mb/config/libgfxinit_txtmode | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/resources/coreboot/t400_16mb/config/libgfxinit_corebootfb b/resources/coreboot/t400_16mb/config/libgfxinit_corebootfb index 9087e4af..6c12f83d 100644 --- a/resources/coreboot/t400_16mb/config/libgfxinit_corebootfb +++ b/resources/coreboot/t400_16mb/config/libgfxinit_corebootfb @@ -140,7 +140,7 @@ CONFIG_MAX_ACPI_TABLE_SIZE_KB=144 CONFIG_HAVE_INTEL_FIRMWARE=y CONFIG_SPI_FLASH_INCLUDE_ALL_DRIVERS=y CONFIG_SPI_FLASH_WINBOND=y -CONFIG_DRIVERS_INTEL_WIFI=y +# CONFIG_DRIVERS_INTEL_WIFI is not set CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 CONFIG_MAINBOARD_SMBIOS_PRODUCT_NAME="ThinkPad T400" # CONFIG_HAVE_IFD_BIN is not set @@ -441,7 +441,6 @@ CONFIG_DRIVERS_MC146818=y # CONFIG_USE_PC_CMOS_ALTCENTURY is not set CONFIG_VGA=y # CONFIG_DRIVERS_SIL_3114 is not set -CONFIG_DRIVERS_WIFI_GENERIC=y # end of Generic Drivers # diff --git a/resources/coreboot/t400_16mb/config/libgfxinit_txtmode b/resources/coreboot/t400_16mb/config/libgfxinit_txtmode index 75add2d2..074c950b 100644 --- a/resources/coreboot/t400_16mb/config/libgfxinit_txtmode +++ b/resources/coreboot/t400_16mb/config/libgfxinit_txtmode @@ -138,7 +138,7 @@ CONFIG_MAX_ACPI_TABLE_SIZE_KB=144 CONFIG_HAVE_INTEL_FIRMWARE=y CONFIG_SPI_FLASH_INCLUDE_ALL_DRIVERS=y CONFIG_SPI_FLASH_WINBOND=y -CONFIG_DRIVERS_INTEL_WIFI=y +# CONFIG_DRIVERS_INTEL_WIFI is not set CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 CONFIG_MAINBOARD_SMBIOS_PRODUCT_NAME="ThinkPad T400" # CONFIG_HAVE_IFD_BIN is not set @@ -437,7 +437,6 @@ CONFIG_DRIVERS_MC146818=y # CONFIG_USE_PC_CMOS_ALTCENTURY is not set CONFIG_VGA=y # CONFIG_DRIVERS_SIL_3114 is not set -CONFIG_DRIVERS_WIFI_GENERIC=y # end of Generic Drivers # |