soc/intel_adsp: Remove LOG_PRINTK

This was added early when we had (somewhat oddly) a log subsystem
backend but not a printk char_out hook. Now we have one backend that
works with both.  No need, and this fixes build errors with a handful
of tests that specify LOG_MINIMAL (LOG_PRINTK requires the full log
subsystem and doesn't work with MINIMAL).

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
Andy Ross 2021-03-02 10:54:46 -08:00 committed by Anas Nashif
commit ebd0e9f605
4 changed files with 0 additions and 13 deletions

View file

@ -58,9 +58,6 @@ config TEST_LOGGING_DEFAULTS
if LOG
config LOG_PRINTK
default y
config LOG_BACKEND_ADSP
default y

View file

@ -61,10 +61,6 @@ config TEST_LOGGING_DEFAULTS
if LOG
# When console is enabled printk should go through it
config LOG_PRINTK
default y if !CONSOLE
config LOG_BACKEND_ADSP
default y

View file

@ -61,9 +61,6 @@ config TEST_LOGGING_DEFAULTS
if LOG
config LOG_PRINTK
default y
config LOG_BACKEND_ADSP
default y

View file

@ -61,9 +61,6 @@ config TEST_LOGGING_DEFAULTS
if LOG
config LOG_PRINTK
default y
config LOG_BACKEND_ADSP
default y