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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@ config COMEDI_PCI_DRIVERS

config COMEDI_PCMCIA_DRIVERS
	tristate "Comedi PCMCIA drivers"
	depends on COMEDI && PCMCIA
	depends on COMEDI && PCMCIA && PCCARD
	default N
	---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
	tristate "Comedi USB drivers"