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 changed files with 4 additions and 0 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
# Copyright (c) 2020 Intel Corporation
|
# Copyright (c) 2020 Intel Corporation
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
config ZEPHYR_SOF_MODULE
|
||||||
|
bool
|
||||||
|
|
||||||
config SOF
|
config SOF
|
||||||
bool "Sound Open Firmware (SOF)"
|
bool "Sound Open Firmware (SOF)"
|
||||||
|
depends on ZEPHYR_SOF_MODULE
|
||||||
help
|
help
|
||||||
Build Sound Open Firmware (SOF) support.
|
Build Sound Open Firmware (SOF) support.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue