Commit dc7423c8 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: comedi: fix pcmcia build breakage

Add PCCARD dependancy to the PCMCIA drivers to fix build breakage.
Reported-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 985cafcc
...@@ -22,10 +22,10 @@ config COMEDI_PCI_DRIVERS ...@@ -22,10 +22,10 @@ config COMEDI_PCI_DRIVERS
config COMEDI_PCMCIA_DRIVERS config COMEDI_PCMCIA_DRIVERS
tristate "Comedi PCMCIA drivers" tristate "Comedi PCMCIA drivers"
depends on COMEDI && PCMCIA depends on COMEDI && PCMCIA && PCCARD
default N default N
---help--- ---help---
Enable lots of comedi PCMCIA drivers to be built Enable lots of comedi PCMCIA and PCCARD drivers to be built
config COMEDI_USB_DRIVERS config COMEDI_USB_DRIVERS
tristate "Comedi USB drivers" tristate "Comedi USB drivers"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment