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>
This commit is contained in:
parent
2e6a0f8052
commit
34bc60b865
|
@ -104,4 +104,8 @@ config VENDORCODE_ELTAN_VBOOT_KEY_LOCATION
|
||||||
hex "Key Location working dflt"
|
hex "Key Location working dflt"
|
||||||
default 0xFFFF9C00
|
default 0xFFFF9C00
|
||||||
|
|
||||||
|
config DRIVERS_INTEL_WIFI
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
endif # BOARD_FACEBOOK_FBG1701
|
endif # BOARD_FACEBOOK_FBG1701
|
||||||
|
|
Loading…
Reference in New Issue