From 34bc60b8659685f9668f38ce0d5e64f7f294b938 Mon Sep 17 00:00:00 2001 From: Wim Vervoorn Date: Thu, 31 Oct 2019 10:31:08 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36505 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks --- src/mainboard/facebook/fbg1701/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3