Fixes for virtual drivers
authorDavid Schleef <ds@schleef.org>
Sat, 12 Feb 2000 02:25:04 +0000 (02:25 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 12 Feb 2000 02:25:04 +0000 (02:25 +0000)
comedi/Config.in
comedi/Makefile

index 326d0ab424eeb023607d7404836f8fd6b4dca81e..e68c4ff87aecd1a062ee6f4ad89ffc4c70fc7b44 100644 (file)
@@ -69,6 +69,13 @@ tristate 'PCL-726' CONFIG_COMEDI_PCL726
 tristate 'Analog Devices RTI-800/815' CONFIG_COMEDI_RTI800
 tristate 'Analog Devices RTI-802' CONFIG_COMEDI_RTI802
 
+if [ "$CONFIG_COMEDI_RT" = "y" ];then
+       comment 'Virtual device drivers'
+
+       tristate 'Command emulator (timer)' CONFIG_COMEDI_VD_TIMER
+       tristate 'Direct Digital Synthesis' CONFIG_COMEDI_VD_DDS
+fi
+
 fi
 #endmenu
 
index c13575c5f2f6bb28f172664a6aa69335168b11e9..129ab3e2959b8b4ada0703243688f24ae4432995 100644 (file)
@@ -1,8 +1,8 @@
 
 
-SUB_DIRS     := drivers
-ALL_SUB_DIRS := kcomedilib drivers
-MOD_SUB_DIRS := drivers
+SUB_DIRS     := drivers realtime
+ALL_SUB_DIRS := kcomedilib drivers realtime
+MOD_SUB_DIRS := drivers realtime
 MOD_IN_SUB_DIRS :=
 
 ifneq ($(CONFIG_COMEDI_KLIB),n)