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
1 changed files with 11 additions and 2 deletions
|
@ -43,8 +43,9 @@ config TEST_LOGGING_DEFAULTS
|
||||||
|
|
||||||
if LOG
|
if LOG
|
||||||
|
|
||||||
|
# When console is enabled printk should go through it
|
||||||
config LOG_PRINTK
|
config LOG_PRINTK
|
||||||
default y
|
default y if !CONSOLE
|
||||||
|
|
||||||
config LOG_BACKEND_RB
|
config LOG_BACKEND_RB
|
||||||
default y
|
default y
|
||||||
|
@ -57,7 +58,6 @@ config LOG_BACKEND_RB_MEM_SIZE
|
||||||
|
|
||||||
endif # LOG
|
endif # LOG
|
||||||
|
|
||||||
|
|
||||||
if SMP
|
if SMP
|
||||||
|
|
||||||
config MP_NUM_CPUS
|
config MP_NUM_CPUS
|
||||||
|
@ -80,4 +80,13 @@ config SCHED_IPI_SUPPORTED
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
config IPM_INTEL_ADSP
|
||||||
|
default y
|
||||||
|
depends on IPM
|
||||||
|
|
||||||
|
config IPM_CONSOLE
|
||||||
|
default y
|
||||||
|
depends on CONSOLE
|
||||||
|
depends on IPM
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue