Rename CONFIG_AUDIO_DEVICES to CONFIG_DRIVERS_AUDIO to conform better to the evolving configuration naming standard.

This commit is contained in:
Gregory Nutt 2017-09-12 14:11:17 -06:00
parent 0cb9810844
commit 0fd8ade4b5
2 changed files with 2 additions and 2 deletions

View File

@ -655,7 +655,7 @@ examples/i2cchar
CONFIG_I2S - Enabled I2S support
CONFIG_AUDIO - Enabled audio support
CONFIG_AUDIO_DEVICES - Enable audio device support
CONFIG_DRIVERS_AUDIO - Enable audio device support
CONFIG_AUDIO_I2SCHAR = Enabled support for the I2S character device
CONFIG_NSH_BUILTIN_APPS - Build the I2S test as an NSH built-in function.
Default: Built as a standalone problem

View File

@ -6,7 +6,7 @@
config EXAMPLES_I2SCHAR
bool "I2S character driver test"
default n
depends on I2S && AUDIO && AUDIO_DEVICES && AUDIO_I2SCHAR
depends on I2S && AUDIO && DRIVERS_AUDIO && AUDIO_I2SCHAR
---help---
Enable the I2S character driver test