2020-06-26 08:30:00 +08:00
|
|
|
# Copyright (c) 2020 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-05-11 06:10:43 +08:00
|
|
|
config ZEPHYR_SOF_MODULE
|
|
|
|
bool
|
|
|
|
|
2020-06-26 08:30:00 +08:00
|
|
|
config SOF
|
|
|
|
bool "Sound Open Firmware (SOF)"
|
2023-05-11 06:10:43 +08:00
|
|
|
depends on ZEPHYR_SOF_MODULE
|
2020-06-26 08:30:00 +08:00
|
|
|
help
|
|
|
|
Build Sound Open Firmware (SOF) support.
|