diff options
| -rw-r--r-- | fs/ext4/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 18228c201f7f..024f2284d3f6 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig | |||
| @@ -64,8 +64,8 @@ config EXT4_FS_SECURITY | |||
| 64 | If you are not using a security module that requires using | 64 | If you are not using a security module that requires using |
| 65 | extended attributes for file security labels, say N. | 65 | extended attributes for file security labels, say N. |
| 66 | 66 | ||
| 67 | config EXT4_FS_ENCRYPTION | 67 | config EXT4_ENCRYPTION |
| 68 | bool "Ext4 Encryption" | 68 | tristate "Ext4 Encryption" |
| 69 | depends on EXT4_FS | 69 | depends on EXT4_FS |
| 70 | select CRYPTO_AES | 70 | select CRYPTO_AES |
| 71 | select CRYPTO_CBC | 71 | select CRYPTO_CBC |
| @@ -81,6 +81,11 @@ config EXT4_FS_ENCRYPTION | |||
| 81 | efficient since it avoids caching the encrypted and | 81 | efficient since it avoids caching the encrypted and |
| 82 | decrypted pages in the page cache. | 82 | decrypted pages in the page cache. |
| 83 | 83 | ||
| 84 | config EXT4_FS_ENCRYPTION | ||
| 85 | bool | ||
| 86 | default y | ||
| 87 | depends on EXT4_ENCRYPTION | ||
| 88 | |||
| 84 | config EXT4_DEBUG | 89 | config EXT4_DEBUG |
| 85 | bool "EXT4 debugging support" | 90 | bool "EXT4 debugging support" |
| 86 | depends on EXT4_FS | 91 | depends on EXT4_FS |
