zephyr/soc/mediatek/mtk_adsp/Kconfig
Daniel Leung bebff3fb35 soc: mt8195: remove prompts for SoC kconfigs
This removes the prompts for the mt8195 and related kconfigs,
so these cannot be overridden from command line (though
technically they cannot be disabled as they are being selected).
This also prevents them from appearing in the build .config
file as not being set even when we are being for other SoCs.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-07-08 15:53:08 +02:00

20 lines
359 B
Plaintext

# Copyright 2024 The ChromiumOS Authors
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_MTK_ADSP
bool
select XTENSA
select XTENSA_GEN_HANDLERS
help
Mediatek MT8xxx Series Audio DSPs
config SOC_SERIES_MT8195_ADSP
bool
select SOC_FAMILY_MTK_ADSP
help
Mediatek MT8195 Audio DSP
config SOC_MT8195_ADSP
bool
select SOC_SERIES_MT8195_ADSP