2018-06-06 12:45:51 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_I2SLOOP
|
2018-09-03 09:29:56 -06:00
|
|
|
tristate "I2S loopback test"
|
2018-06-06 12:45:51 +00:00
|
|
|
default n
|
|
|
|
depends on I2S && AUDIO && DRIVERS_AUDIO && AUDIO_I2SCHAR
|
|
|
|
---help---
|
|
|
|
Enable the I2S loopback test
|