From f48e561abbef8ca99800b579aac403b1c98e8756 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 30 Aug 2021 12:13:57 +0200 Subject: [PATCH] LICENSE: add fs/spiffs license Add add fs/spiffs license to the LICENSE file Signed-off-by: Alin Jerpelea --- Kconfig | 1 + fs/spiffs/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 79cf15ca9d..25faff9f9b 100644 --- a/Kconfig +++ b/Kconfig @@ -24,6 +24,7 @@ config ALLOW_BSD_COMPONENTS are not included in the setup menu: FS NFS client file system + SPIFFS File System Wireless Bluetooth LE support diff --git a/fs/spiffs/Kconfig b/fs/spiffs/Kconfig index c2d4d410b3..c9929d1a3e 100644 --- a/fs/spiffs/Kconfig +++ b/fs/spiffs/Kconfig @@ -6,7 +6,7 @@ config FS_SPIFFS bool "SPIFFS File System" default n - depends on !DISABLE_MOUNTPOINT + depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS ---help--- Build the SPIFFS file system. This is a port of version 0.3.7 of the SPIFFS file system by Peter Andersson. It was originally