From 052b22ef8baf010480c157e188e82fb6e3ebeee4 Mon Sep 17 00:00:00 2001 From: Lu Hui Date: Mon, 11 Sep 2023 09:49:16 +0800 Subject: [PATCH] revyos_defconfig: enable nfs kernel server support --- arch/riscv/configs/revyos_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/revyos_defconfig b/arch/riscv/configs/revyos_defconfig index cb7f5ad0c..9660a0e9f 100644 --- a/arch/riscv/configs/revyos_defconfig +++ b/arch/riscv/configs/revyos_defconfig @@ -417,6 +417,8 @@ CONFIG_NFS_V4=y CONFIG_NFS_V4_1=y CONFIG_NFS_V4_2=y CONFIG_ROOT_NFS=y +CONFIG_NFSD=m +CONFIG_NFSD_V4=y CONFIG_9P_FS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y