mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 07:35:26 +00:00
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>
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
# Copyright 2023 The ChromiumOS Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_MT8195_ADSP
|
|
select SOC_MT8195_ADSP
|
|
help
|
|
Board with Mediatek MT8195 Audio DSP
|