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)
commitfb63e5489f7ef5bb4d1a655984ca7ef98ffc5849
tree720ff0ac4dfbbb66912fa2ea4fba04ba1b2391b6
parenta44cd7a05496d60fd2ba8cca080e3db8f481549b
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