From 010fff783bf658e79b0b32ad64a44af4e3f22b1e Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Wed, 16 Oct 2013 00:31:18 -0400 Subject: Transceiver52M: Move reference select from compile time to database Enabling the external reference on UHD devices through the configure time switch is awkward. Use a database variable "TRX.Reference" with '0' or '1' value for internal and external references respectively. Use internal reference is no entry is defined. Signed-off-by: Thomas Tsou --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1fc58ea..42fcde6 100644 --- a/configure.ac +++ b/configure.ac @@ -73,11 +73,6 @@ AC_ARG_WITH(singledb, [ [enable single daughterboard use on USRP1]) ]) -AC_ARG_WITH(extref, [ - AS_HELP_STRING([--with-extref], - [enable external reference on UHD devices]) -]) - AS_IF([test "x$with_usrp1" = "xyes"], [ PKG_CHECK_MODULES(USRP, usrp >= 3.3) # Find and define supported SIMD extensions @@ -90,10 +85,6 @@ AS_IF([test "x$with_uhd" = "xyes"],[ AX_EXT ]) -AS_IF([test "x$with_extref" = "xyes"], [ - AC_DEFINE(EXTREF, 1, Define to 1 for external reference) -]) - AS_IF([test "x$with_singledb" = "xyes"], [ AC_DEFINE(SINGLEDB, 1, Define to 1 for single daughterboard) ]) -- cgit v1.2.3