Revision 69f9ba9b0cad67bc03f0a096f7f274de795ca844 authored by Takashi Iwai on 06 November 2011, 12:49:13 UTC, committed by Takashi Iwai on 06 November 2011, 12:49:13 UTC
The regression-fix in 3.1 for the check of DMA-position validity caused
yet another regression for CA0110.  As usual, this hardware seems working
only with LPIB properly.  Adding the appropriate driver-caps bit to force
LPIB fixes the problem.

Reported-and-tested-by: Andres Freund <andres@anarazel.de>
Cc: <stable@kernel.org> [v3.1]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 43dea22
Raw File
Kconfig
# KVM common configuration items and defaults

config HAVE_KVM
       bool

config HAVE_KVM_IRQCHIP
       bool

config HAVE_KVM_EVENTFD
       bool
       select EVENTFD

config KVM_APIC_ARCHITECTURE
       bool

config KVM_MMIO
       bool

config KVM_ASYNC_PF
       bool
back to top