From 4aebed2d461a37bcd24bc78c753a0600dd6f7081 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Fri, 19 Nov 2021 09:40:24 +0100 Subject: [PATCH] sys/constfs: model Kconfig --- sys/fs/Kconfig | 1 + sys/fs/constfs/Kconfig | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 sys/fs/constfs/Kconfig diff --git a/sys/fs/Kconfig b/sys/fs/Kconfig index 190f62a09a..f8c58f6b77 100644 --- a/sys/fs/Kconfig +++ b/sys/fs/Kconfig @@ -5,4 +5,5 @@ # directory for more details. # +rsource "constfs/Kconfig" rsource "devfs/Kconfig" diff --git a/sys/fs/constfs/Kconfig b/sys/fs/constfs/Kconfig new file mode 100644 index 0000000000..546c6388d5 --- /dev/null +++ b/sys/fs/constfs/Kconfig @@ -0,0 +1,11 @@ +# Copyright (c) 2021 HAW Hamburg +# +# This file is subject to the terms and conditions of the GNU Lesser +# General Public License v2.1. See the file LICENSE in the top level +# directory for more details. +# + +config MODULE_CONSTFS + bool "ConstFS support" + help + ConstFS static file system.