Change in coreboot[master]: mb/portwell/m107: Remove Intel wifi disable

Wim Vervoorn has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36503 ) Change subject: mb/portwell/m107: Remove Intel wifi disable ...................................................................... mb/portwell/m107: Remove Intel wifi disable The Intel wifi drivers were disabled by default. This should not be done here as the baseboard defines if this present or not. BUG=N/A TEST=build Change-Id: I364a821f8387d580b1fbfb7cf77b32a3a6dceebb Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> --- M src/mainboard/portwell/m107/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/36503/1 diff --git a/src/mainboard/portwell/m107/Kconfig b/src/mainboard/portwell/m107/Kconfig index 6795584..3ab20f0 100644 --- a/src/mainboard/portwell/m107/Kconfig +++ b/src/mainboard/portwell/m107/Kconfig @@ -91,8 +91,4 @@ hex "C Bootblock Size" default 0x4000 -config DRIVERS_INTEL_WIFI - bool - default n - endif # BOARD_PORTWELL_M107 -- To view, visit https://review.coreboot.org/c/coreboot/+/36503 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I364a821f8387d580b1fbfb7cf77b32a3a6dceebb Gerrit-Change-Number: 36503 Gerrit-PatchSet: 1 Gerrit-Owner: Wim Vervoorn Gerrit-MessageType: newchange

Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36503 ) Change subject: mb/portwell/m107: Remove Intel wifi disable ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit https://review.coreboot.org/c/coreboot/+/36503 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I364a821f8387d580b1fbfb7cf77b32a3a6dceebb Gerrit-Change-Number: 36503 Gerrit-PatchSet: 1 Gerrit-Owner: Wim Vervoorn Gerrit-Reviewer: Frans Hendriks <fhendriks@eltan.com> Gerrit-Reviewer: Wim Vervoorn Gerrit-Comment-Date: Thu, 31 Oct 2019 09:52:30 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment

Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36503 ) Change subject: mb/portwell/m107: Remove Intel wifi disable ...................................................................... mb/portwell/m107: Remove Intel wifi disable The Intel wifi drivers were disabled by default. This should not be done here as the baseboard defines if this present or not. BUG=N/A TEST=build Change-Id: I364a821f8387d580b1fbfb7cf77b32a3a6dceebb Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36503 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> --- M src/mainboard/portwell/m107/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-) Approvals: build bot (Jenkins): Verified Frans Hendriks: Looks good to me, approved diff --git a/src/mainboard/portwell/m107/Kconfig b/src/mainboard/portwell/m107/Kconfig index 6795584..3ab20f0 100644 --- a/src/mainboard/portwell/m107/Kconfig +++ b/src/mainboard/portwell/m107/Kconfig @@ -91,8 +91,4 @@ hex "C Bootblock Size" default 0x4000 -config DRIVERS_INTEL_WIFI - bool - default n - endif # BOARD_PORTWELL_M107 -- To view, visit https://review.coreboot.org/c/coreboot/+/36503 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I364a821f8387d580b1fbfb7cf77b32a3a6dceebb Gerrit-Change-Number: 36503 Gerrit-PatchSet: 3 Gerrit-Owner: Wim Vervoorn Gerrit-Reviewer: Frans Hendriks <fhendriks@eltan.com> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> Gerrit-Reviewer: Wim Vervoorn Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net> Gerrit-MessageType: merged
participants (3)
-
Frans Hendriks (Code Review)
-
Patrick Georgi (Code Review)
-
Wim Vervoorn (Code Review)