From: H Hartley Sweeten Date: Wed, 13 Jun 2012 00:37:10 +0000 (-0700) Subject: staging: comedi: Kconfig: cleanup depends on logic X-Git-Tag: v3.6-rc1~100^2~800 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4829a9967dbe3a3ab192df0bfdde281960cc1319;p=pandora-kernel.git staging: comedi: Kconfig: cleanup depends on logic All of the config options for comedi depend on COMEDI being selected. Wrap everything in an 'if COMEDI/endif' block and remove all the individual 'depends on COMEDI' in the Kconfig. Also, remove the redundant && ISA/PCI/PCMCIA/USB for the if blocks with those driver types. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed