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