diff options
author | David Howells <dhowells@redhat.com> | 2018-11-05 18:40:31 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-03-20 23:49:06 +0100 |
commit | dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9 (patch) | |
tree | 09a8e8629f2d131b26e86d8d8fe600ede1891bd7 /drivers/char/tpm/Kconfig | |
parent | teach move_mount(2) to work with OPEN_TREE_CLONE (diff) | |
download | linux-dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9.tar.xz linux-dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9.zip |
Make anon_inodes unconditional
Make the anon_inodes facility unconditional so that it can be used by core
VFS code.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/char/tpm/Kconfig')
-rw-r--r-- | drivers/char/tpm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index 536e55d3919f..f3e4bc490cf0 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig @@ -157,7 +157,6 @@ config TCG_CRB config TCG_VTPM_PROXY tristate "VTPM Proxy Interface" depends on TCG_TPM - select ANON_INODES ---help--- This driver proxies for an emulated TPM (vTPM) running in userspace. A device /dev/vtpmx is provided that creates a device pair |