Module: xenomai-gch
Branch: for-head
Commit: d8915bd0db57924b37fee114625e5933a2a608c4
URL:    
http://git.xenomai.org/?p=xenomai-gch.git;a=commit;h=d8915bd0db57924b37fee114625e5933a2a608c4

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Tue Dec 15 06:30:59 2009 +0100

xconfig 2.4: make xconfig work again with linux 2.4

---

 ksrc/drivers/analogy/intel/Config.in |    2 +-
 ksrc/drivers/testing/Config.in       |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ksrc/drivers/analogy/intel/Config.in 
b/ksrc/drivers/analogy/intel/Config.in
index 306e01b..5e91783 100644
--- a/ksrc/drivers/analogy/intel/Config.in
+++ b/ksrc/drivers/analogy/intel/Config.in
@@ -5,6 +5,6 @@
 
 dep_tristate '8255 driver' CONFIG_XENO_DRIVERS_ANALOGY_8255 
$CONFIG_XENO_DRIVERS_ANALOGY
 
-if [ "$CONFIG_X86" == "y" ]; then 
+if [ "$CONFIG_X86" = "y" ]; then 
    dep_tristate 'standard parallel port driver' 
CONFIG_XENO_DRIVERS_ANALOGY_PARPORT $CONFIG_XENO_DRIVERS_ANALOGY
 fi
diff --git a/ksrc/drivers/testing/Config.in b/ksrc/drivers/testing/Config.in
index 1c8ec2c..07bd900 100644
--- a/ksrc/drivers/testing/Config.in
+++ b/ksrc/drivers/testing/Config.in
@@ -11,8 +11,8 @@ dep_tristate 'IRQ benchmark driver' 
CONFIG_XENO_DRIVERS_IRQBENCH $CONFIG_XENO_SK
 
 dep_tristate 'Context switches test driver' CONFIG_XENO_DRIVERS_SWITCHTEST 
$CONFIG_XENO_SKIN_RTDM
 
-dep_tristate 'Kernel-only latency measurement module' 
CONFIG_XENO_DRIVERS_KLATENCY $XENO_DRIVERS_TIMERBENCH
+dep_tristate 'Kernel-only latency measurement module' 
CONFIG_XENO_DRIVERS_KLATENCY $CONFIG_XENO_DRIVERS_TIMERBENCH m
 
-dep_tristate 'User-space real-time signals testing module' 
CONFIG_XENO_DRIVERS_SIGTEST
+dep_tristate 'User-space real-time signals testing module' 
CONFIG_XENO_DRIVERS_SIGTEST $CONFIG_MODULES m
 
 endmenu


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to