]> git.karo-electronics.de Git - linux-beck.git/commit
vfio: always select ANON_INODES
authorArnd Bergmann <arnd@arndb.de>
Thu, 27 Mar 2014 17:58:58 +0000 (11:58 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Thu, 27 Mar 2014 17:58:58 +0000 (11:58 -0600)
commit4379d2ae152860e023b42257fd60b5e235047f63
treebdf4165a958367fabbdd79cb18433b03d925404f
parent9d830d47c7a756da6f0b55fa25d51eec0739eb02
vfio: always select ANON_INODES

The vfio code cannot be built when CONFIG_ANON_INODES is
disabled, so this enforces the symbol to be enabled through
Kconfig.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/Kconfig