Disable mso-19 per default, mark experimental.

This driver is not yet in a really usable or working state, it'll be
re-enabled by default when we're sure it works properly.
This commit is contained in:
Uwe Hermann 2013-08-05 13:16:31 +02:00
parent c51bbdec34
commit 59142ae177
1 changed files with 3 additions and 3 deletions

View File

@ -160,9 +160,9 @@ AC_ARG_ENABLE(lascar-el-usb, AC_HELP_STRING([--enable-lascar-el-usb],
[HW_LASCAR_EL_USB=$HW_ENABLED_DEFAULT])
AC_ARG_ENABLE(link-mso19, AC_HELP_STRING([--enable-link-mso19],
[enable Link Instruments MSO-19 support [default=yes]]),
[enable Link Instruments MSO-19 support [default=no]]),
[HW_LINK_MSO19="$enableval"],
[HW_LINK_MSO19=$HW_ENABLED_DEFAULT])
[HW_LINK_MSO19="no"])
AC_ARG_ENABLE(mic-985xx, AC_HELP_STRING([--enable-mic-985xx],
[enable MIC 985xx support [default=yes]]),
@ -530,7 +530,7 @@ echo " - ikalogic-scanalogic2............ $HW_IKALOGIC_SCANALOGIC2"
echo " - ikalogic-scanaplus.............. $HW_IKALOGIC_SCANAPLUS"
echo " - kecheng-kc-330b................. $HW_KECHENG_KC_330B"
echo " - lascar-el-usb................... $HW_LASCAR_EL_USB"
echo " - link-mso19...................... $HW_LINK_MSO19"
echo " - link-mso19 (EXPERIMENTAL)....... $HW_LINK_MSO19"
echo " - mic-985xx....................... $HW_MIC_985XX"
echo " - openbench-logic-sniffer......... $HW_OLS"
echo " - rigol-ds1xx2.................... $HW_RIGOL_DS1XX2"