Rename CONFIG_AUDIO_DEVICES to CONFIG_DRIVERS_AUDIO to conform better to the evolving configuration naming standard.
This commit is contained in:
parent
0cb9810844
commit
0fd8ade4b5
@ -655,7 +655,7 @@ examples/i2cchar
|
|||||||
|
|
||||||
CONFIG_I2S - Enabled I2S support
|
CONFIG_I2S - Enabled I2S support
|
||||||
CONFIG_AUDIO - Enabled audio 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_AUDIO_I2SCHAR = Enabled support for the I2S character device
|
||||||
CONFIG_NSH_BUILTIN_APPS - Build the I2S test as an NSH built-in function.
|
CONFIG_NSH_BUILTIN_APPS - Build the I2S test as an NSH built-in function.
|
||||||
Default: Built as a standalone problem
|
Default: Built as a standalone problem
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
config EXAMPLES_I2SCHAR
|
config EXAMPLES_I2SCHAR
|
||||||
bool "I2S character driver test"
|
bool "I2S character driver test"
|
||||||
default n
|
default n
|
||||||
depends on I2S && AUDIO && AUDIO_DEVICES && AUDIO_I2SCHAR
|
depends on I2S && AUDIO && DRIVERS_AUDIO && AUDIO_I2SCHAR
|
||||||
---help---
|
---help---
|
||||||
Enable the I2S character driver test
|
Enable the I2S character driver test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user