]> sigrok.org Git - libsigrok.git/commitdiff
sr: Disable fx2lafw driver again (for now).
authorUwe Hermann <redacted>
Sat, 31 Mar 2012 09:57:46 +0000 (11:57 +0200)
committerUwe Hermann <redacted>
Sat, 31 Mar 2012 09:57:46 +0000 (11:57 +0200)
After some more testing, it will probably be enabled by default and will
replace/deprecate the Saleae Logic driver at some point.

configure.ac

index 76db0a65a6e96d7536ef86392910479f880db7a3..51486960ef8791ac81fb28af109dcb16397ca687 100644 (file)
@@ -103,10 +103,11 @@ if test "x$LA_CHRONOVU_LA8" = "xyes"; then
        AC_DEFINE(HAVE_LA_CHRONOVU_LA8, 1, [ChronoVu LA8 support])
 fi
 
+# Disabled per default for now, will be enabled when it's tested some more.
 AC_ARG_ENABLE(fx2lafw, AC_HELP_STRING([--enable-fx2lafw],
-             [enable fx2lafw support (for FX2 LAs). [default=yes]]),
+             [enable fx2lafw support (for FX2 LAs). [default=no]]),
              [LA_FX2LAFW="$enableval"],
-             [LA_FX2LAFW=yes])
+             [LA_FX2LAFW=no])
 AM_CONDITIONAL(LA_FX2LAFW, test x$LA_FX2LAFW = xyes)
 if test "x$LA_FX2LAFW" = "xyes"; then
        AC_DEFINE(HAVE_LA_FX2LAFW, 1, [fx2lafw support])