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:
parent
881c800736
commit
ebd0e9f605
4 changed files with 0 additions and 13 deletions
|
@ -58,9 +58,6 @@ config TEST_LOGGING_DEFAULTS
|
|||
|
||||
if LOG
|
||||
|
||||
config LOG_PRINTK
|
||||
default y
|
||||
|
||||
config LOG_BACKEND_ADSP
|
||||
default y
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -61,9 +61,6 @@ config TEST_LOGGING_DEFAULTS
|
|||
|
||||
if LOG
|
||||
|
||||
config LOG_PRINTK
|
||||
default y
|
||||
|
||||
config LOG_BACKEND_ADSP
|
||||
default y
|
||||
|
||||
|
|
|
@ -61,9 +61,6 @@ config TEST_LOGGING_DEFAULTS
|
|||
|
||||
if LOG
|
||||
|
||||
config LOG_PRINTK
|
||||
default y
|
||||
|
||||
config LOG_BACKEND_ADSP
|
||||
default y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue