xref: /linux/sound/soc/spacemit/Kconfig (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
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