Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5b9f97c authored by Vincent Whitchurch's avatar Vincent Whitchurch Committed by Greg Kroah-Hartman
Browse files

mic: vop: Allow building on more systems



VOP_BUS does not actually depend on x86-64 or PCI or X86_DEV_DMA_OPS.

The dependency on X86_DEV_DMA_OPS has been unnecessary since commit
5657933d ("treewide: Move dma_ops from struct dev_archdata into
struct device").

Signed-off-by: default avatarVincent Whitchurch <vincent.whitchurch@axis.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fbc63864
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ comment "VOP Bus Driver"

config VOP_BUS
	tristate "VOP Bus Driver"
	depends on 64BIT && PCI && X86 && X86_DEV_DMA_OPS
	help
	  This option is selected by any driver which registers a
	  device or driver on the VOP Bus, such as CONFIG_INTEL_MIC_HOST
@@ -132,7 +131,7 @@ comment "VOP Driver"

config VOP
	tristate "VOP Driver"
	depends on 64BIT && PCI && X86 && VOP_BUS
	depends on VOP_BUS
	select VHOST_RING
	select VIRTIO
	help