From 0fd8ade4b5a0e99f2c55bc531a25fdc0ac79e557 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 12 Sep 2017 14:11:17 -0600 Subject: [PATCH] Rename CONFIG_AUDIO_DEVICES to CONFIG_DRIVERS_AUDIO to conform better to the evolving configuration naming standard. --- examples/README.txt | 2 +- examples/i2schar/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.txt b/examples/README.txt index ce631019f..e2888208e 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -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 diff --git a/examples/i2schar/Kconfig b/examples/i2schar/Kconfig index 2085bf04b..853c9d2f5 100644 --- a/examples/i2schar/Kconfig +++ b/examples/i2schar/Kconfig @@ -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