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:24 UTC

[incubator-nuttx] 11/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 dda6733178acf8f0973cc8a8fd4a350530bf5de3
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Thu Sep 2 11:29:19 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/xtensa/esp32/esp32-devkitc/configs/aes/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/aes/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/aes/defconfig
index 19d81b1..72e87bc 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/aes/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/aes/defconfig
@@ -9,6 +9,7 @@
 # CONFIG_NSH_ARGCAT is not set
 # CONFIG_NSH_CMDOPT_HEXDUMP is not set
 # CONFIG_NSH_CMDPARMS is not set
+CONFIG_ALLOW_BSD_COMPONENTS=y
 CONFIG_ARCH="xtensa"
 CONFIG_ARCH_BOARD="esp32-devkitc"
 CONFIG_ARCH_BOARD_ESP32_DEVKITC=y