This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit e3bcfe5cfaf949c20027fe99ef4b5443740f1a50
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Mon Nov 8 01:56:12 2021 +0800

    boards: Fix warning: selects CANUTILS_LIBCANUTILS which has unmet direct 
dependencies (NET_CAN && ALLOW_GPL_COMPONENTS)
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 boards/arm/imxrt/imxrt1060-evk/configs/can/defconfig   | 1 +
 boards/arm/imxrt/imxrt1060-evk/configs/canfd/defconfig | 1 +
 boards/arm/imxrt/imxrt1064-evk/configs/can/defconfig   | 1 +
 boards/arm/imxrt/imxrt1064-evk/configs/canfd/defconfig | 1 +
 boards/arm/imxrt/teensy-4.x/configs/can-4.1/defconfig  | 1 +
 5 files changed, 5 insertions(+)

diff --git a/boards/arm/imxrt/imxrt1060-evk/configs/can/defconfig 
b/boards/arm/imxrt/imxrt1060-evk/configs/can/defconfig
index 979dab9..a49d054 100644
--- a/boards/arm/imxrt/imxrt1060-evk/configs/can/defconfig
+++ b/boards/arm/imxrt/imxrt1060-evk/configs/can/defconfig
@@ -8,6 +8,7 @@
 # CONFIG_NET_CAN_CANFD is not set
 # CONFIG_NET_ETHERNET is not set
 # CONFIG_NET_IPv4 is not set
+CONFIG_ALLOW_GPL_COMPONENTS=y
 CONFIG_ARCH="arm"
 CONFIG_ARCH_BOARD="imxrt1060-evk"
 CONFIG_ARCH_BOARD_IMXRT1060_EVK=y
diff --git a/boards/arm/imxrt/imxrt1060-evk/configs/canfd/defconfig 
b/boards/arm/imxrt/imxrt1060-evk/configs/canfd/defconfig
index f9c4244..0a4081e 100644
--- a/boards/arm/imxrt/imxrt1060-evk/configs/canfd/defconfig
+++ b/boards/arm/imxrt/imxrt1060-evk/configs/canfd/defconfig
@@ -7,6 +7,7 @@
 #
 # CONFIG_NET_ETHERNET is not set
 # CONFIG_NET_IPv4 is not set
+CONFIG_ALLOW_GPL_COMPONENTS=y
 CONFIG_ARCH="arm"
 CONFIG_ARCH_BOARD="imxrt1060-evk"
 CONFIG_ARCH_BOARD_IMXRT1060_EVK=y
diff --git a/boards/arm/imxrt/imxrt1064-evk/configs/can/defconfig 
b/boards/arm/imxrt/imxrt1064-evk/configs/can/defconfig
index 8ca0765..cb56968 100644
--- a/boards/arm/imxrt/imxrt1064-evk/configs/can/defconfig
+++ b/boards/arm/imxrt/imxrt1064-evk/configs/can/defconfig
@@ -8,6 +8,7 @@
 # CONFIG_NET_CAN_CANFD is not set
 # CONFIG_NET_ETHERNET is not set
 # CONFIG_NET_IPv4 is not set
+CONFIG_ALLOW_GPL_COMPONENTS=y
 CONFIG_ARCH="arm"
 CONFIG_ARCH_BOARD="imxrt1064-evk"
 CONFIG_ARCH_BOARD_IMXRT1064_EVK=y
diff --git a/boards/arm/imxrt/imxrt1064-evk/configs/canfd/defconfig 
b/boards/arm/imxrt/imxrt1064-evk/configs/canfd/defconfig
index 83c2391..30cb640 100644
--- a/boards/arm/imxrt/imxrt1064-evk/configs/canfd/defconfig
+++ b/boards/arm/imxrt/imxrt1064-evk/configs/canfd/defconfig
@@ -7,6 +7,7 @@
 #
 # CONFIG_NET_ETHERNET is not set
 # CONFIG_NET_IPv4 is not set
+CONFIG_ALLOW_GPL_COMPONENTS=y
 CONFIG_ARCH="arm"
 CONFIG_ARCH_BOARD="imxrt1064-evk"
 CONFIG_ARCH_BOARD_IMXRT1064_EVK=y
diff --git a/boards/arm/imxrt/teensy-4.x/configs/can-4.1/defconfig 
b/boards/arm/imxrt/teensy-4.x/configs/can-4.1/defconfig
index 65c14c1..de28f0b 100644
--- a/boards/arm/imxrt/teensy-4.x/configs/can-4.1/defconfig
+++ b/boards/arm/imxrt/teensy-4.x/configs/can-4.1/defconfig
@@ -7,6 +7,7 @@
 #
 # CONFIG_NET_ETHERNET is not set
 # CONFIG_NET_IPv4 is not set
+CONFIG_ALLOW_GPL_COMPONENTS=y
 CONFIG_ARCH="arm"
 CONFIG_ARCH_BOARD="teensy-4.x"
 CONFIG_ARCH_BOARD_TEENSY_4X=y

Reply via email to