Move define_bool for CONFIG_COMEDI
authorDavid Schleef <ds@schleef.org>
Mon, 13 Aug 2001 09:39:50 +0000 (09:39 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 13 Aug 2001 09:39:50 +0000 (09:39 +0000)
comedi/Config.in
scripts/config.in

index 5f0d5fdb38c10d2606595694d02f3bf9b7ac062d..d16233cdf18b923cd9dd5f531b38f6d340b2c76e 100644 (file)
@@ -1,6 +1,4 @@
 
-define_bool CONFIG_COMEDI m
-
 comment 'Comedi Features'
 
 bool 'Trig compatibility (say yes)' CONFIG_COMEDI_TRIG
@@ -23,6 +21,12 @@ if [ "$CONFIG_RTHAL" = "y" ];then
                define_bool CONFIG_COMEDI_RTAI y
        fi
 fi
+if [ "$CONFIG_PRIORITY_IRQ" = "y" ];then
+       bool 'Real-time support' CONFIG_COMEDI_RT
+       if [ "$CONFIG_COMEDI_RT" = "y" ];then
+               define_bool CONFIG_COMEDI_PIRQ y
+       fi
+fi
 
 bool 'Verbose Debugging' CONFIG_COMEDI_DEBUG
 
index b2c119e7f03019338a4739753ccfbf97551ebb53..11b511cbb18c720310996875209d606d72997680 100644 (file)
@@ -1,4 +1,5 @@
 
-# XXX change here
+define_bool CONFIG_COMEDI m
+
 source comedi/Config.in