浏览代码

ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sage Weil <sage@newdream.net>
Robert P. J. Day 15 年之前
父节点
当前提交
25848b3ec6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/ceph/Kconfig

+ 1 - 1
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