summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-kernel/linux
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-kernel/linux')
-rw-r--r--meta-phosphor/recipes-kernel/linux/linux-%.bbappend4
-rw-r--r--meta-phosphor/recipes-kernel/linux/nfs/nfs.cfg5
-rw-r--r--meta-phosphor/recipes-kernel/linux/nfs/nfs.scc3
3 files changed, 12 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-kernel/linux/linux-%.bbappend b/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
index 1e008159b0..2f759043e1 100644
--- a/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
+++ b/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
@@ -5,3 +5,7 @@ SRC_URI:append = " \
SRC_URI:append:df-mctp = " \
file://mctp/mctp.scc \
"
+SRC_URI:append:df-nfs = " \
+ file://nfs/nfs.scc \
+ file://nfs/nfs.cfg \
+ "
diff --git a/meta-phosphor/recipes-kernel/linux/nfs/nfs.cfg b/meta-phosphor/recipes-kernel/linux/nfs/nfs.cfg
new file mode 100644
index 0000000000..24a387d5d1
--- /dev/null
+++ b/meta-phosphor/recipes-kernel/linux/nfs/nfs.cfg
@@ -0,0 +1,5 @@
+CONFIG_NFS_FS=y
+CONFIG_NFS_V3=y
+CONFIG_NFS_V4=y
+CONFIG_NFS_COMMON=y
+CONFIG_NFSD=y
diff --git a/meta-phosphor/recipes-kernel/linux/nfs/nfs.scc b/meta-phosphor/recipes-kernel/linux/nfs/nfs.scc
new file mode 100644
index 0000000000..7d1acbad63
--- /dev/null
+++ b/meta-phosphor/recipes-kernel/linux/nfs/nfs.scc
@@ -0,0 +1,3 @@
+define KFEATURE_DESCRIPTION "Enable NFS"
+
+kconf non-hardware nfs.cfg