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

Antonello Dettori (dev@dettori.io) gerrit at coreboot.org
Thu Oct 6 17:11:40 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/16904

-gerrit

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

    mainboard/cubitech/cubieboard: 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: Ic62e5ca760f6642d3d7e603f3911b7d2a55ce3a9
    Signed-off-by: Antonello Dettori <dev at dettori.io>
---
 src/mainboard/cubietech/cubieboard/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/cubietech/cubieboard/Kconfig b/src/mainboard/cubietech/cubieboard/Kconfig
index 5aefc22..d3b1802 100644
--- a/src/mainboard/cubietech/cubieboard/Kconfig
+++ b/src/mainboard/cubietech/cubieboard/Kconfig
@@ -26,4 +26,8 @@ config UART_FOR_CONSOLE
 	int
 	default 0
 
+config DRIVERS_INTEL_WIFI
+	bool
+	default n
+
 endif # BOARD_CUBIETECH_CUBIEBOARD



More information about the coreboot-gerrit mailing list