summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/Kconfig
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2012-10-08 22:06:20 (GMT)
committerAlexander Graf <agraf@suse.de>2012-12-06 00:33:50 (GMT)
commit0e673fb679027600cad45bd61a4cc9ebd2ed2bb1 (patch)
tree305737e89b8fbfc558ec05d887ccf1e5c935748a /arch/powerpc/kvm/Kconfig
parent914daba865cb5c38cd5fdee024ca38029315b38f (diff)
downloadlinux-0e673fb679027600cad45bd61a4cc9ebd2ed2bb1.tar.xz
KVM: PPC: Support eventfd
In order to support the generic eventfd infrastructure on PPC, we need to call into the generic KVM in-kernel device mmio code. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/kvm/Kconfig')
-rw-r--r--arch/powerpc/kvm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index 71f0cd9..4730c95 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -20,6 +20,7 @@ config KVM
bool
select PREEMPT_NOTIFIERS
select ANON_INODES
+ select HAVE_KVM_EVENTFD
config KVM_BOOK3S_HANDLER
bool