From: David Schleef Date: Sat, 12 Feb 2000 02:25:04 +0000 (+0000) Subject: Fixes for virtual drivers X-Git-Tag: r0_7_40~48 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c79f7af4a8768869a146638c9ff33aef66435e86;p=comedi.git Fixes for virtual drivers --- diff --git a/comedi/Config.in b/comedi/Config.in index 326d0ab4..e68c4ff8 100644 --- a/comedi/Config.in +++ b/comedi/Config.in @@ -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 diff --git a/comedi/Makefile b/comedi/Makefile index c13575c5..129ab3e2 100644 --- a/comedi/Makefile +++ b/comedi/Makefile @@ -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)