From d99b2779c8042b6cf387d314c4a168a4c45438fe Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 13 Aug 2001 09:39:50 +0000 Subject: [PATCH] Move define_bool for CONFIG_COMEDI --- comedi/Config.in | 8 ++++++-- scripts/config.in | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) 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 -- 2.26.2