Module: xenomai-abe Branch: analogy Commit: 428419e4b0e026ac6b702294c0718982c32fe2a3 URL: http://git.xenomai.org/?p=xenomai-abe.git;a=commit;h=428419e4b0e026ac6b702294c0718982c32fe2a3
Author: Alexis Berlemont <[email protected]> Date: Sun Nov 8 02:12:02 2009 +0100 analogy: remove EXPERIMENTAL flag from 2.4 Config.in files --- ksrc/drivers/analogy/intel/Config.in | 6 +++--- .../drivers/analogy/national_instruments/Config.in | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ksrc/drivers/analogy/intel/Config.in b/ksrc/drivers/analogy/intel/Config.in index 357bb51..515648a 100644 --- a/ksrc/drivers/analogy/intel/Config.in +++ b/ksrc/drivers/analogy/intel/Config.in @@ -3,6 +3,6 @@ # Xenomai configuration for Linux v2.4 # -if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - dep_tristate '8255 driver' CONFIG_XENO_DRIVERS_ANALOGY_8255 $CONFIG_XENO_DRIVERS_ANALOGY -fi +dep_tristate '8255 driver' CONFIG_XENO_DRIVERS_ANALOGY_8255 $CONFIG_XENO_DRIVERS_ANALOGY + +dep_tristate 'standard parallel port driver' CONFIG_XENO_DRIVERS_ANALOGY_PARPORT $CONFIG_XENO_DRIVERS_ANALOGY \ No newline at end of file diff --git a/ksrc/drivers/analogy/national_instruments/Config.in b/ksrc/drivers/analogy/national_instruments/Config.in index 95e4d99..3dff689 100644 --- a/ksrc/drivers/analogy/national_instruments/Config.in +++ b/ksrc/drivers/analogy/national_instruments/Config.in @@ -3,6 +3,4 @@ # Xenomai configuration for Linux v2.4 # -if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - dep_tristate 'NI MITE driver' CONFIG_XENO_DRIVERS_ANALOGY_NI_MITE $CONFIG_XENO_DRIVERS_ANALOGY -fi +dep_tristate 'NI MITE driver' CONFIG_XENO_DRIVERS_ANALOGY_NI_MITE $CONFIG_XENO_DRIVERS_ANALOGY _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
