summaryrefslogtreecommitdiff
path: root/chip/npcx/wov.c
blob: 6ea921e0762c44dccb7aa3df8bd472d8f6336d3d (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright 2017 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "common.h"

#ifndef NPCX_WOV_SUPPORT
#error "Do not enable CONFIG_WAKE_ON_VOICE if npcx ec doesn't support WOV !"
#endif