1# SPDX-License-Identifier: GPL-2.0-only 2menu "SpacemiT" 3 depends on COMPILE_TEST || ARCH_SPACEMIT 4 depends on HAVE_CLK 5 6config SND_SOC_K1_I2S 7 tristate "K1 I2S Device Driver" 8 select SND_SOC_GENERIC_DMAENGINE_PCM 9 depends on DMA_CMA 10 help 11 Say Y or M if you want to add support for I2S driver for 12 K1 I2S controller. The device supports up to maximum of 13 2 channels each for play and record. 14 15endmenu 16