aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/facebook
diff options
context:
space:
mode:
authorWim Vervoorn <wvervoorn@eltan.com>2019-10-31 10:31:08 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-01 11:41:32 +0000
commit34bc60b8659685f9668f38ce0d5e64f7f294b938 (patch)
tree88055351d39a3686ca46b21288b7542b4e40cac4 /src/mainboard/facebook
parent2e6a0f805298f943cdfa77be5bbeadc2bbf0006f (diff)
mb/facebook/fbg1701: Disable Intel wifi
The facebook fbg1701 never contains Intel wifi functionality so this can be disabled. BUG=N/A TEST=tested on facebook fbg1701 Change-Id: Iab7dd760020cb7a9f7fea24812afb19bf5e62183 Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36505 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook')
-rw-r--r--src/mainboard/facebook/fbg1701/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig
index a6077052c8..d74a294952 100644
--- a/src/mainboard/facebook/fbg1701/Kconfig
+++ b/src/mainboard/facebook/fbg1701/Kconfig
@@ -104,4 +104,8 @@ config VENDORCODE_ELTAN_VBOOT_KEY_LOCATION
hex "Key Location working dflt"
default 0xFFFF9C00
+config DRIVERS_INTEL_WIFI
+ bool
+ default n
+
endif # BOARD_FACEBOOK_FBG1701