summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Vervoorn <wvervoorn@eltan.com>2019-10-31 10:19:34 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-01 11:43:27 +0000
commit44874482fec69a849b06c378aa3eb69e75425256 (patch)
tree0c92e2ee116bc2ea0a334ced1c3f36c57b5bc2fa
parentf6671a89c573b25e47f84d72078edc7bd80903ae (diff)
downloadcoreboot-44874482fec69a849b06c378aa3eb69e75425256.tar.xz
mb/portwell/m107: Remove Intel wifi disable
The Intel wifi drivers were disabled by default. This should not be done here as the baseboard defines if this present or not. BUG=N/A TEST=build Change-Id: I364a821f8387d580b1fbfb7cf77b32a3a6dceebb Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36503 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/portwell/m107/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/portwell/m107/Kconfig b/src/mainboard/portwell/m107/Kconfig
index 6795584e57..3ab20f0b77 100644
--- a/src/mainboard/portwell/m107/Kconfig
+++ b/src/mainboard/portwell/m107/Kconfig
@@ -91,8 +91,4 @@ config C_ENV_BOOTBLOCK_SIZE
hex "C Bootblock Size"
default 0x4000
-config DRIVERS_INTEL_WIFI
- bool
- default n
-
endif # BOARD_PORTWELL_M107