Wim Vervoorn has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36505 )
Change subject: mb/facebook/fbg1701: Disable Intel wifi ......................................................................
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 --- M src/mainboard/facebook/fbg1701/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/36505/1
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index e80b7fe..a6c2846 100644 --- a/src/mainboard/facebook/fbg1701/Kconfig +++ b/src/mainboard/facebook/fbg1701/Kconfig @@ -104,4 +104,8 @@ hex default 0xFFFF9C00
+config DRIVERS_INTEL_WIFI + bool + default n + endif # BOARD_FACEBOOK_FBG1701