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>
This commit is contained in:
Flavio Ceolin 2023-05-10 22:10:43 +00:00 committed by Carles Cufí
parent 9eff0ca521
commit f4cb487b79
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,11 @@
# 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.