staging: comedi: Kconfig: fix config COMEDI_ADDI_APCI_3120 dependants
A merge conflict between commitsfbfd9c8a17
("staging: comedi: addi_apci_3120: use dma_alloc_coherent()") andaff5b1f8eb
("staging: comedi: remove comedi_fc module") left the COMEDI_ADDI_APCI_3120 config option depending on VIRT_TO_BUS when it no longer needs to do so. The dependency was removed by the first commit and accidentally reinstated by the second commit. Remove the dependency again. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c1a6eac169
commit
0ea6fa037e
|
@ -668,7 +668,6 @@ config COMEDI_ADDI_APCI_2200
|
|||
config COMEDI_ADDI_APCI_3120
|
||||
tristate "ADDI-DATA APCI_3120/3001 support"
|
||||
depends on HAS_DMA
|
||||
depends on VIRT_TO_BUS
|
||||
---help---
|
||||
Enable support for ADDI-DATA APCI_3120/3001 cards
|
||||
|
||||
|
|
Loading…
Reference in New Issue