From: David Schleef Date: Mon, 13 Aug 2001 09:39:50 +0000 (+0000) Subject: Move define_bool for CONFIG_COMEDI X-Git-Tag: r0_7_61~185 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d99b2779c8042b6cf387d314c4a168a4c45438fe;p=comedi.git Move define_bool for CONFIG_COMEDI --- diff --git a/comedi/Config.in b/comedi/Config.in index 5f0d5fdb..d16233cd 100644 --- a/comedi/Config.in +++ b/comedi/Config.in @@ -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 diff --git a/scripts/config.in b/scripts/config.in index b2c119e7..11b511cb 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -1,4 +1,5 @@ -# XXX change here +define_bool CONFIG_COMEDI m + source comedi/Config.in