staging: comedi: Move COMEDI_MITE and COMEDI_NI_TIOCMD
authorIan Abbott <abbotti@mev.co.uk>
Mon, 25 Jun 2012 18:49:38 +0000 (19:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2012 22:10:57 +0000 (15:10 -0700)
commita77198816e193a88b9c10ce13f0d2e172df0c6b5
tree53a4939b849229c6f057d647988df42503454bba
parent7ac21b82be42b6414ba9fa170263376ee2326925
staging: comedi: Move COMEDI_MITE and COMEDI_NI_TIOCMD

Move the CONFIG_COMEDI_MITE config options into the `if
COMEDI_PCI_DRIVERS` block so that the `depends on PCI` condition can be
omitted.  Move the CONFIG_COMEDI_NI_TIOCMD config option to the same
block as it selects COMEDI_MITE.  Move the CONFIG_COEMDI_NI_TIO config
option slightly for aesthetic reasons without changing its conditions.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Kconfig