2019-11-01 20:45:29 +08:00
|
|
|
# Intel S1000 I2S configuration options
|
|
|
|
|
2018-02-28 18:20:20 +08:00
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-12-18 03:16:47 +08:00
|
|
|
config I2S_CAVS
|
2018-02-28 18:20:20 +08:00
|
|
|
bool "Intel I2S (SSP) Bus Driver"
|
|
|
|
depends on BOARD_INTEL_S1000_CRB
|
|
|
|
select DMA
|
|
|
|
help
|
|
|
|
Enable Inter Sound (I2S) bus driver for Intel_S1000 based on
|
|
|
|
Synchronous Serial Port (SSP) module.
|