]> git.baikalelectronics.ru Git - kernel.git/commit
ext4 crypto: do not select from EXT4_FS_ENCRYPTION
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 2 May 2015 14:29:19 +0000 (10:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 2 May 2015 14:29:19 +0000 (10:29 -0400)
commita1cd365ee50d6bc6406bbb7bb6b1a822e7370b0d
tree720ff0ac4dfbbb66912fa2ea4fba04ba1b2391b6
parent0a090862262988ff1829ef8a00e3fa536fa50d1f
ext4 crypto: do not select from EXT4_FS_ENCRYPTION

This patch adds a tristate EXT4_ENCRYPTION to do the selections
for EXT4_FS_ENCRYPTION because selecting from a bool causes all
the selected options to be built-in, even if EXT4 itself is a
module.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/Kconfig