asix-sigma: enable trigger support code (development HACK)

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.
This commit is contained in:
Gerhard Sittig 2020-05-02 18:38:44 +02:00
parent 3d9373af2e
commit 8a57728d0e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
* 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