[coreboot-gerrit] New patch to review for coreboot: mainboard/ti/beaglebone: set DRIVERS_INTEL_WIFI to "n"

Antonello Dettori (dev@dettori.io) gerrit at coreboot.org
Thu Oct 6 17:11:41 CEST 2016


Antonello Dettori (dev at dettori.io) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16905

-gerrit

commit 4c0166d3d8ae7364c258a8669850c4243dd74a86
Author: Antonello Dettori <dev at dettori.io>
Date:   Sat Oct 1 12:23:26 2016 +0200

    mainboard/ti/beaglebone: set DRIVERS_INTEL_WIFI to "n"
    
    Set DRIVERS_INTEL_WIFI to "n" since it is not needed and causes the
    build process to fail.
    
    Change-Id: I2ae013b85990e6bca8578ce297e8784811bf5848
    Signed-off-by: Antonello Dettori <dev at dettori.io>
---
 src/mainboard/ti/beaglebone/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig
index a85c242..1ae9c8d 100644
--- a/src/mainboard/ti/beaglebone/Kconfig
+++ b/src/mainboard/ti/beaglebone/Kconfig
@@ -44,4 +44,8 @@ config UART_FOR_CONSOLE
 	int
 	default 0
 
+config DRIVERS_INTEL_WIFI
+	bool
+	default n
+
 endif # BOARD_TI_BEAGLEBONE



More information about the coreboot-gerrit mailing list