From bca973ac514c3b6e16e179776281d1e4f84df42f Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 30 Aug 2021 12:05:40 +0200 Subject: [PATCH] License: BSD: NFS client file system the NFS client file system uses the BSD license and should be excluded by default Signed-off-by: Alin Jerpelea --- Kconfig | 3 +++ fs/nfs/Kconfig | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index f804a964b3f..79cf15ca9de 100644 --- a/Kconfig +++ b/Kconfig @@ -22,6 +22,9 @@ config ALLOW_BSD_COMPONENTS NOTE: If this option is not set the following components are not included in the setup menu: + FS + NFS client file system + Wireless Bluetooth LE support config ALLOW_GPL_COMPONENTS diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index 86fc555de1f..aeca516f2c8 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig @@ -6,7 +6,7 @@ config NFS bool "NFS client file system" default n - depends on !DISABLE_MOUNTPOINT + depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS ---help--- Enable network file system (NFS) client file system