From: H Hartley Sweeten Date: Tue, 19 Jun 2012 23:20:31 +0000 (-0700) Subject: staging: comedi: Kconfig: remove redundant depends on tests X-Git-Tag: v3.6-rc1~100^2~678 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3db14239a5d7d813ed12945581378b70271060;p=pandora-kernel.git staging: comedi: Kconfig: remove redundant depends on tests The 'depends on COMEDI_ISA_DRIVERS' for COMEDI_AMPLC_DIO200_ISA is not needed. This option is alread in an if/endif block that will satisy the check. The 'depends on COMEDI' for COMEDI_NI_COMMON was missed when all the comedi options were wrapped in an if/endif block. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed