You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/09/02 13:56:21 UTC

[incubator-nuttx] 08/11: defconfig: allow use of BSD components

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

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

commit be9a0debf2a098926dd7ec7be81ad96609ec988d
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Thu Sep 2 11:04:47 2021 +0200

     defconfig: allow use of BSD components
    
    several configs are used for testing and need the BSD components
    
    more information about license can be found here
    https://www.apache.org/legal/resolved.html#category-a
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 boards/arm/sam34/sam4s-xplained-pro/configs/fs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/sam34/sam4s-xplained-pro/configs/fs/defconfig b/boards/arm/sam34/sam4s-xplained-pro/configs/fs/defconfig
index e9005e4..999ca20 100644
--- a/boards/arm/sam34/sam4s-xplained-pro/configs/fs/defconfig
+++ b/boards/arm/sam34/sam4s-xplained-pro/configs/fs/defconfig
@@ -8,6 +8,7 @@
 # CONFIG_ARCH_RAMFUNCS is not set
 # CONFIG_MTD_NAND_BLOCKCHECK is not set
 # CONFIG_MTD_NAND_SWECC is not set
+CONFIG_ALLOW_BSD_COMPONENTS=y
 CONFIG_ARCH="arm"
 CONFIG_ARCH_BOARD="sam4s-xplained-pro"
 CONFIG_ARCH_BOARD_SAM4S_XPLAINED_PRO=y