sr: Disable saleae-logic driver by default and enable fx2lafw

This commit is contained in:
Joel Holdsworth 2012-04-18 19:10:15 +01:00 committed by Uwe Hermann
parent 9304d57650
commit d56ee26599
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ fi
AC_ARG_ENABLE(fx2lafw, AC_HELP_STRING([--enable-fx2lafw],
[enable fx2lafw support (for FX2 LAs). [default=no]]),
[LA_FX2LAFW="$enableval"],
[LA_FX2LAFW=no])
[LA_FX2LAFW=yes])
AM_CONDITIONAL(LA_FX2LAFW, test x$LA_FX2LAFW = xyes)
if test "x$LA_FX2LAFW" = "xyes"; then
AC_DEFINE(HAVE_LA_FX2LAFW, 1, [fx2lafw support])
@ -144,7 +144,7 @@ fi
AC_ARG_ENABLE(saleae-logic, AC_HELP_STRING([--enable-saleae-logic],
[enable Saleae Logic support [default=yes]]),
[LA_SALEAE_LOGIC="$enableval"],
[LA_SALEAE_LOGIC=yes])
[LA_SALEAE_LOGIC=no])
AM_CONDITIONAL(LA_SALEAE_LOGIC, test x$LA_SALEAE_LOGIC = xyes)
if test "x$LA_SALEAE_LOGIC" = "xyes"; then
AC_DEFINE(HAVE_LA_SALEAE_LOGIC, 1, [Saleae Logic support])