2018-06-06 14:45:51 +02: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 17:29:56 +02:00
|
|
|
tristate "I2S loopback test"
|
2018-06-06 14:45:51 +02:00
|
|
|
default n
|
|
|
|
depends on I2S && AUDIO && DRIVERS_AUDIO && AUDIO_I2SCHAR
|
|
|
|
---help---
|
|
|
|
Enable the I2S loopback test
|