diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2022-02-14 19:12:09 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2022-03-11 18:25:16 +0300 |
commit | f3e4080edd2754abbdc3daf9881b1f6e168c6669 (patch) | |
tree | 76872f153f232a2029413e4c01edab796a4a0487 /arch/powerpc/configs | |
parent | 5f9a62ff7d2808c7b56c0ec90f3b7eae5872afe6 (diff) | |
download | linux-f3e4080edd2754abbdc3daf9881b1f6e168c6669.tar.xz |
arch: Remove references to CONFIG_NFSD_V3 in the default configs
CONFIG_NFSD_V3 has been removed. NFSD support for NFSv3 can no
longer be disabled.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/linkstation_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/mvme5100_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/configs/linkstation_defconfig b/arch/powerpc/configs/linkstation_defconfig index d4be64f190ff..fa707de761be 100644 --- a/arch/powerpc/configs/linkstation_defconfig +++ b/arch/powerpc/configs/linkstation_defconfig @@ -120,7 +120,6 @@ CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y CONFIG_NFSD=m -CONFIG_NFSD_V3=y CONFIG_CIFS=m CONFIG_NLS_CODEPAGE_437=m CONFIG_NLS_CODEPAGE_932=m diff --git a/arch/powerpc/configs/mvme5100_defconfig b/arch/powerpc/configs/mvme5100_defconfig index 1fed6be95d53..d1c7fd5bf34b 100644 --- a/arch/powerpc/configs/mvme5100_defconfig +++ b/arch/powerpc/configs/mvme5100_defconfig @@ -101,7 +101,6 @@ CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y CONFIG_NFSD=m -CONFIG_NFSD_V3=y CONFIG_CIFS=m CONFIG_NLS=y CONFIG_NLS_CODEPAGE_437=m |