Enable the compile time option which builds trigger support code into
the asix-sigma driver. This is a development hack. Trigger support in
the driver is incomplete and currently not operational.
* the implementation got fixed. Yet keep the code in place and allow
* developers to turn on this switch during development.
*/
-#define ASIX_SIGMA_WITH_TRIGGER 0
+#define ASIX_SIGMA_WITH_TRIGGER 1
/* Experimental support for OMEGA (scan only, operation is ENOIMPL). */
#define ASIX_WITH_OMEGA 0