diff mbox

CEPH: Correct obvious typo of Kconfig variable "CRYPTO_AES"

Message ID alpine.DEB.2.00.1007240639590.10227@lynx (mailing list archive)
State New, archived
Headers show

Commit Message

Robert P. J. Day July 24, 2010, 10:41 a.m. UTC
None
diff mbox

Patch

diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
index 04b8280..bc87b9c 100644
--- a/fs/ceph/Kconfig
+++ b/fs/ceph/Kconfig
@@ -2,7 +2,7 @@  config CEPH_FS
         tristate "Ceph distributed file system (EXPERIMENTAL)"
 	depends on INET && EXPERIMENTAL
 	select LIBCRC32C
-	select CONFIG_CRYPTO_AES
+	select CRYPTO_AES
 	help
 	  Choose Y or M here to include support for mounting the
 	  experimental Ceph distributed file system.  Ceph is an extremely