zephyr/modules/Kconfig.sof
Flavio Ceolin f4cb487b79 modules: sof: Options only when module is available
Only show sof menu options when the module is available.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-24 10:53:24 +02:00

12 lines
235 B
Plaintext

# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config ZEPHYR_SOF_MODULE
bool
config SOF
bool "Sound Open Firmware (SOF)"
depends on ZEPHYR_SOF_MODULE
help
Build Sound Open Firmware (SOF) support.