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:
parent
3d9373af2e
commit
8a57728d0e
|
@ -39,7 +39,7 @@
|
||||||
* the implementation got fixed. Yet keep the code in place and allow
|
* the implementation got fixed. Yet keep the code in place and allow
|
||||||
* developers to turn on this switch during development.
|
* 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). */
|
/* Experimental support for OMEGA (scan only, operation is ENOIMPL). */
|
||||||
#define ASIX_WITH_OMEGA 0
|
#define ASIX_WITH_OMEGA 0
|
||||||
|
|
Loading…
Reference in New Issue