zephyr/drivers/dai/intel/ssp/Kconfig.ssp
Jaska Uimonen 8d38b64fdc drivers: dai: add dai driver subdir and ssp driver
Add Intel ssp driver using dai interface.

Signed-off-by: Jaska Uimonen <jaska.uimonen@linux.intel.com>
2022-04-14 11:42:08 -04:00

11 lines
292 B
Text

# SOF SSP configuration options
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config DAI_INTEL_SSP
bool "Intel I2S (SSP) Bus Driver for Dai interface"
select DMA
help
Enable Inter Sound (I2S) bus driver based on
Synchronous Serial Port (SSP) module.