SAMA4 SSC: Additional DEBUG instrumentation
This commit is contained in:
parent
fce0a3fc6b
commit
f6bbb1217a
@ -1392,12 +1392,6 @@ config SAMA5_SSC_MAXINFLIGHT
|
|||||||
if SAMA5_SSC0
|
if SAMA5_SSC0
|
||||||
comment "SSC0 Configuration"
|
comment "SSC0 Configuration"
|
||||||
|
|
||||||
config SAMA5_SSC0_MASTER
|
|
||||||
bool "Master mode"
|
|
||||||
default n
|
|
||||||
---help---
|
|
||||||
Selects master (vs. slave) mode data transfers
|
|
||||||
|
|
||||||
config SAMA5_SSC0_DATALEN
|
config SAMA5_SSC0_DATALEN
|
||||||
int "Data width (bits)"
|
int "Data width (bits)"
|
||||||
default 16
|
default 16
|
||||||
@ -1532,12 +1526,6 @@ endif # SAMA5_SSC0
|
|||||||
if SAMA5_SSC1
|
if SAMA5_SSC1
|
||||||
comment "SSC1 Configuration"
|
comment "SSC1 Configuration"
|
||||||
|
|
||||||
config SAMA5_SSC1_MASTER
|
|
||||||
bool "Master mode"
|
|
||||||
default n
|
|
||||||
---help---
|
|
||||||
Selects master (vs. slave) mode data transfers
|
|
||||||
|
|
||||||
config SAMA5_SSC1_DATALEN
|
config SAMA5_SSC1_DATALEN
|
||||||
int "Data width (bits)"
|
int "Data width (bits)"
|
||||||
default 16
|
default 16
|
||||||
@ -1687,6 +1675,13 @@ config SAMA5_SSC_REGDEBUG
|
|||||||
Output detailed register-level SSC device debug information.
|
Output detailed register-level SSC device debug information.
|
||||||
Very invasive! Requires also DEBUG.
|
Very invasive! Requires also DEBUG.
|
||||||
|
|
||||||
|
config SAMA5_SSC_QDEBUG
|
||||||
|
bool "SSC Queue debug"
|
||||||
|
depends on DEBUG_I2S
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
Enable instrumentation to debug audio buffer queue logic.
|
||||||
|
|
||||||
endmenu # SSC Configuration
|
endmenu # SSC Configuration
|
||||||
endif # SAMA5_SSC0 || SAMA5_SSC1
|
endif # SAMA5_SSC0 || SAMA5_SSC1
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user