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:
parent
9eff0ca521
commit
f4cb487b79
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue