commit | 1fac5ed2a60b5365953e74c6dbc1ba3640b728ad | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Oct 26 12:09:48 2023 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 26 19:16:53 2023 -0400 |
tree | f92e8726f7b93068fe7e26c24e91844905461794 | |
parent | 36720dbf9c63d19f77c467727188e7c646809697 [diff] |
soc: xtensa/nxp_adsp: put guard in Kconfig.defconfig This adds a if CONFIG_SOC_FAMILY_NXP_ADSP guard in Kconfig.defconfig for nxp_adsp. Or else all of its default get applied everywhere. For example, qemu_xtensa fails kernel.logging.message_capture tests because CONFIG_TEST_LOGGING_DEFAULTS is disabled in nxp_adsp/Kconfig.defconfig which should not have applied to qemu_xtensa at all. So put a guard in there. Signed-off-by: Daniel Leung <daniel.leung@intel.com>