diff options
author | Ma_124 <ma_124@outlook.com> | 2020-07-15 20:32:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 11:32:28 -0700 |
commit | d076d9bbd7bbb7d865dc49ce1285eb80bd33d8fb (patch) | |
tree | 0f603dcb10c4ac2295208061631221d58866ee7e | |
parent | 8b929c64970ccb4e1d2ebda7619af24e81b70b3a (diff) | |
download | riscv-openocd-d076d9bbd7bbb7d865dc49ce1285eb80bd33d8fb.zip riscv-openocd-d076d9bbd7bbb7d865dc49ce1285eb80bd33d8fb.tar.gz riscv-openocd-d076d9bbd7bbb7d865dc49ce1285eb80bd33d8fb.tar.bz2 |
enable remote_bitbang by default (#498)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b29ab07..351ee73 100644 --- a/configure.ac +++ b/configure.ac @@ -375,7 +375,7 @@ AC_MSG_RESULT([$build_zy1000]) AC_ARG_ENABLE([remote-bitbang], AS_HELP_STRING([--enable-remote-bitbang], [Enable building support for the Remote Bitbang jtag driver]), - [build_remote_bitbang=$enableval], [build_remote_bitbang=no]) + [build_remote_bitbang=$enableval], [build_remote_bitbang=yes]) AC_MSG_CHECKING([whether to enable dummy minidriver]) AS_IF([test "x$build_minidriver_dummy" = "xyes"], [ |