From e3bcfe5cfaf949c20027fe99ef4b5443740f1a50 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 8 Nov 2021 01:56:12 +0800 Subject: [PATCH] boards: Fix warning: selects CANUTILS_LIBCANUTILS which has unmet direct dependencies (NET_CAN && ALLOW_GPL_COMPONENTS) Signed-off-by: Xiang Xiao --- 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 979dab99f0..a49d054ff7 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 f9c4244505..0a4081eee9 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 8ca07659ad..cb56968687 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 83c239149c..30cb640a47 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 65c14c1274..de28f0bc4c 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