]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: fix Kconfig for COMEDI_PCMCIA_DRIVERS
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 15 Jun 2012 16:18:55 +0000 (09:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Jun 2012 21:46:49 +0000 (14:46 -0700)
commitdc348147a9e1ba84395d1e585d26af44f0ca4e29
treeb6aa917306a2e50eb09c9ec9a45a2131ae523039
parentaff1eb4e3dd13ee419c6cd76baf1bcc2edeaaa86
staging: comedi: fix Kconfig for COMEDI_PCMCIA_DRIVERS

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>
drivers/staging/comedi/Kconfig