summaryrefslogtreecommitdiff
path: root/chip/npcx/wov.c
diff options
context:
space:
mode:
authorTzung-Bi Shih <tzungbi@chromium.org>2020-01-03 14:34:07 +0800
committerCommit Bot <commit-bot@chromium.org>2020-01-14 05:30:14 +0000
commitca47b0c5673ee2e970a9b29b095d4183849e3cae (patch)
tree396a5002d398c221461a510e18149996c13dfbb9 /chip/npcx/wov.c
parentf6d248bb6d334b0dd0b02b7a1960079378a623ff (diff)
downloadchrome-ec-ca47b0c5673ee2e970a9b29b095d4183849e3cae.tar.gz
audio_codec: npcx: deprecate legacy option CONFIG_WAKE_ON_VOICE
CONFIG_WAKE_ON_VOICE consists 3 features in NPCX: - DMIC - I2S_RX - WOV These features has broken down into smaller CONFIG options. Deprecates CONFIG_WAKE_ON_VOICE and prepares to separate smaller features in NPCX. BRANCH=none BUG=b:144064048, b:144063867 TEST=make BOARD=trembyle -j Change-Id: Ieaa123299ea687644f19066cf95ef150a18bf252 Signed-off-by: Tzung-Bi Shih <tzungbi@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1986687 Commit-Queue: Yu-Hsuan Hsu <yuhsuan@chromium.org> Tested-by: Yu-Hsuan Hsu <yuhsuan@chromium.org> Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'chip/npcx/wov.c')
-rw-r--r--chip/npcx/wov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/wov.c b/chip/npcx/wov.c
index 4a9012636a..8e247a5e04 100644
--- a/chip/npcx/wov.c
+++ b/chip/npcx/wov.c
@@ -17,7 +17,7 @@
#include "wov_chip.h"
#ifndef NPCX_WOV_SUPPORT
-#error "Do not enable CONFIG_WAKE_ON_VOICE if npcx ec doesn't support WOV !"
+#error "Do not enable CONFIG_AUDIO_CODEC_* if npcx ec doesn't support WOV !"
#endif
/* Console output macros */