Skip to content

Commit

Permalink
staging: comedi: fix Kconfig for COMEDI_PCMCIA_DRIVERS
Browse files Browse the repository at this point in the history
The depends on PCCARD is redundant. All of the comedi PCMCIA
drivers depend on PCMCIA which can only be enabled if PCCARD
is enabled. Remove the extra depends check.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Tested-by: Ian Abbott <abbotti@mev.co.uk>
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 15, 2012
1 parent aff1eb4 commit dc34814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ endif # COMEDI_PCI_DRIVERS

menuconfig COMEDI_PCMCIA_DRIVERS
tristate "Comedi PCMCIA drivers"
depends on (PCMCIA || PCCARD)
depends on PCMCIA
---help---
Enable comedi PCMCIA and PCCARD drivers to be built

Expand Down

0 comments on commit dc34814

Please sign in to comment.