soc: intel_apl_adsp: Add defaults for IPM and IPM console
Add defaults for IPM and IPM_CONSOLE when IPM and CONSOLE are enabled. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
23a4040f77
commit
a852416cc2
|
@ -43,8 +43,9 @@ config TEST_LOGGING_DEFAULTS
|
|||
|
||||
if LOG
|
||||
|
||||
# When console is enabled printk should go through it
|
||||
config LOG_PRINTK
|
||||
default y
|
||||
default y if !CONSOLE
|
||||
|
||||
config LOG_BACKEND_RB
|
||||
default y
|
||||
|
@ -57,7 +58,6 @@ config LOG_BACKEND_RB_MEM_SIZE
|
|||
|
||||
endif # LOG
|
||||
|
||||
|
||||
if SMP
|
||||
|
||||
config MP_NUM_CPUS
|
||||
|
@ -80,4 +80,13 @@ config SCHED_IPI_SUPPORTED
|
|||
|
||||
endif
|
||||
|
||||
config IPM_INTEL_ADSP
|
||||
default y
|
||||
depends on IPM
|
||||
|
||||
config IPM_CONSOLE
|
||||
default y
|
||||
depends on CONSOLE
|
||||
depends on IPM
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue