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)
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>

No differences found