forked from Minki/linux
e6825bae26
All boards with Ingenic SoCs probe with devicetree already, we have no use for a non-devicetree path. This solves some compilation warnings that were caused by unused variables in the case where CONFIG_OF was disabled. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Paul Cercueil <paul@crapouillou.net> Link: https://lore.kernel.org/r/20200523125455.12392-1-paul@crapouillou.net Signed-off-by: Mark Brown <broonie@kernel.org>
10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config SND_JZ4740_SOC_I2S
|
|
tristate "SoC Audio (I2S protocol) for Ingenic JZ4740 SoC"
|
|
depends on MIPS || COMPILE_TEST
|
|
depends on OF && HAS_IOMEM
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
help
|
|
Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
|
|
based boards.
|