From 7f8093e9bf546a5c0fcc3a7d0bcf50490c1009b9 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 30 Nov 2000 01:25:56 +0000 Subject: [PATCH] info on configuration parameters --- Documentation/comedi/configuration | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/comedi/configuration 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. + -- 2.26.2