projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3393fb
)
moved vd_timer to drivers/comedi_rt_timer
author
David Schleef
<ds@schleef.org>
Thu, 22 Mar 2001 00:09:22 +0000
(
00:09
+0000)
committer
David Schleef
<ds@schleef.org>
Thu, 22 Mar 2001 00:09:22 +0000
(
00:09
+0000)
comedi/Config.in
patch
|
blob
|
history
diff --git
a/comedi/Config.in
b/comedi/Config.in
index 49eb528aa927be101490a023897438adf4864c7b..937e3c4ba17fdc30cb5ab9fc0ff62234f3d6d5f8 100644
(file)
--- a/
comedi/Config.in
+++ b/
comedi/Config.in
@@
-106,9
+106,6
@@
dep_tristate 'Generic ISA driver for simple boards' CONFIG_COMEDI_POC $CONFIG_CO
dep_tristate 'Skeleton driver' CONFIG_COMEDI_SKEL $CONFIG_COMEDI
if [ "$CONFIG_COMEDI_RT" = "y" ];then
- comment 'Virtual device drivers'
-
- dep_tristate 'Command emulator (timer)' CONFIG_COMEDI_VD_TIMER $CONFIG_COMEDI
- dep_tristate 'Direct Digital Synthesis' CONFIG_COMEDI_VD_DDS $CONFIG_COMEDI
+ dep_tristate 'Real-time command emulator (timer)' CONFIG_COMEDI_XXX $CONFIG_COMEDI
fi