1# Copyright (c) 2020 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config ZEPHYR_SOF_MODULE
5	bool
6
7config SOF
8	bool "Sound Open Firmware (SOF)"
9	depends on ZEPHYR_SOF_MODULE
10	help
11	  Build Sound Open Firmware (SOF) support.
12