commit | fb63e5489f7ef5bb4d1a655984ca7ef98ffc5849 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat May 02 10:29:19 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 02 10:29:19 2015 -0400 |
tree | 720ff0ac4dfbbb66912fa2ea4fba04ba1b2391b6 | |
parent | a44cd7a05496d60fd2ba8cca080e3db8f481549b [diff] |
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>