Skip to content

Commit

Permalink
staging: comedi: Make COMEDI_FC a hidden Kconfig option
Browse files Browse the repository at this point in the history
The COMEDI_FC Kconfig option is selected by the relevant drivers
when needed. Since it only contains shared functions, selecting
it manually serves no purpose. Just make it a hidden selection.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 5, 2012
1 parent 856ff77 commit 5b28e55
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions drivers/staging/comedi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1305,15 +1305,8 @@ config COMEDI_8255
called 8255.

config COMEDI_FC
tristate "Comedi shared functions for low-level driver support"
tristate
depends on COMEDI
---help---
Enable support for shared functions for low-level drivers.
This module is not used directly by end-users. Rather, it
is used by many other comedi drivers.

To compile this driver as a module, choose M here: the module will be
called comedi_fc.

config COMEDI_AMPLC_DIO200
tristate
Expand Down

0 comments on commit 5b28e55

Please sign in to comment.