mirror of https://gitee.com/openkylin/linux.git
Staging: comedi: Fixed Kconfig option for COMEDI_PCMCIA_DRIVERS
Signed-off-by: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
056d3ce5cf
commit
6a2436e484
|
@ -29,7 +29,7 @@ config COMEDI_PCI_DRIVERS
|
|||
|
||||
config COMEDI_PCMCIA_DRIVERS
|
||||
tristate "Comedi PCMCIA drivers"
|
||||
depends on COMEDI && PCMCIAI
|
||||
depends on COMEDI && PCMCIA
|
||||
default N
|
||||
---help---
|
||||
Enable lots of comedi PCMCIA drivers to be built
|
||||
|
|
Loading…
Reference in New Issue