diff options
author | Alexandre Ghiti <alexandre.ghiti@canonical.com> | 2021-12-16 12:44:23 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-12-17 16:12:03 +0300 |
commit | 2ac7069ad7647cd1d9ca5b08765a1e116e13cdc4 (patch) | |
tree | ce2cc29466e2a338d645b189a73be4665b864109 /arch/powerpc/configs | |
parent | 473dcf0ffc31ce1135cd10578e7e06698cf51f4a (diff) | |
download | linux-2ac7069ad7647cd1d9ca5b08765a1e116e13cdc4.tar.xz |
Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH
This config was removed so remove all references to it.
Fixes: 76a3c92ec9e0 ("cifs: remove support for NTLM and weaker authentication algorithms")
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
Reviewed-by: Steve French <smfrench@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de> [arch/arm/configs]
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index 6697c5e6682f..bb549cb1c3e3 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -1022,7 +1022,6 @@ CONFIG_NFSD=m CONFIG_NFSD_V3_ACL=y CONFIG_NFSD_V4=y CONFIG_CIFS=m -CONFIG_CIFS_WEAK_PW_HASH=y CONFIG_CIFS_UPCALL=y CONFIG_CIFS_XATTR=y CONFIG_CIFS_POSIX=y |