logging: Make ring buffer backend more general
Ring buffer in memory backend does not depends on xtensa adsp board, so make it general: remove to log_backend_rb and remove dependency on up_squared_adsp. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
73ae0d8410
commit
f4357837af
4 changed files with 16 additions and 17 deletions
|
@ -42,13 +42,13 @@ if LOG
|
|||
config LOG_PRINTK
|
||||
default y
|
||||
|
||||
config LOG_BACKEND_ADSP
|
||||
config LOG_BACKEND_RB
|
||||
default y
|
||||
|
||||
config LOG_BACKEND_ADSP_RINGBUF_BASE
|
||||
config LOG_BACKEND_RB_MEM_BASE
|
||||
default "0xBE008000"
|
||||
|
||||
config LOG_BACKEND_ADSP_RINGBUF_SIZE
|
||||
config LOG_BACKEND_RB_MEM_SIZE
|
||||
default "0x2000"
|
||||
|
||||
endif # LOG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue