From: David Schleef Date: Thu, 30 Nov 2000 01:25:56 +0000 (+0000) Subject: info on configuration parameters X-Git-Tag: r0_7_51~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f8093e9bf546a5c0fcc3a7d0bcf50490c1009b9;p=comedi.git info on configuration parameters --- diff --git a/Documentation/comedi/configuration b/Documentation/comedi/configuration new file mode 100644 index 00000000..bbac7c83 --- /dev/null +++ b/Documentation/comedi/configuration @@ -0,0 +1,22 @@ + +Hard-coded config options: + +(might be ahead of the code in some cases) + + +CONFIG_COMEDI_MODE_CORE + + This option enables mode support in the core. If disabled, + CONFIG_COMEDI_MODE_INTERFACE and CONFIG_COMEDI_MODE_DRIVER are + also disabled. + +CONFIG_COMEDI_MODE_DRIVER + + Disabling this option causes drivers not to register mode + support. + +CONFIG_COMEDI_MODE_INTERFACE + + This option enables the old mode0-4 interface. If disabled, + the mode ioctl is turned off. +