mikeb mikeb would like Mike Banon to review this change.

View Change

src/mainboard/emulation/Kconfig: disable DRIVERS_INTEL_WIFI by default

It is impossible to insert the Intel PCI-e WiFi adapter to any of the
Emulation boards because they are not physical, so this driver option
should be disabled by default.

Signed-off-by: Mike Banon <mikebdp2@gmail.com>
Change-Id: Ia5802b3234f984d906c6a1048ed8176f85f9bb99
---
M src/mainboard/emulation/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/31308/1
diff --git a/src/mainboard/emulation/Kconfig b/src/mainboard/emulation/Kconfig
index 759b1de..f9e1198 100644
--- a/src/mainboard/emulation/Kconfig
+++ b/src/mainboard/emulation/Kconfig
@@ -19,4 +19,8 @@
string
default "Emulation"

+config DRIVERS_INTEL_WIFI
+ bool
+ default n
+
endif # VENDOR_EMULATION

To view, visit change 31308. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia5802b3234f984d906c6a1048ed8176f85f9bb99
Gerrit-Change-Number: 31308
Gerrit-PatchSet: 1
Gerrit-Owner: mikeb mikeb <mikebdp2@gmail.com>
Gerrit-Reviewer: Mike Banon <mikebdp2@gmail.com>
Gerrit-MessageType: newchange