summaryrefslogtreecommitdiff
path: root/board/host/board.h
blob: de7049bd9de3f259f6cb3190b215eaa5f4ad6dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright (c) 2013 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.
 */

/* Emulator board configuration */

#ifndef __BOARD_H
#define __BOARD_H

#define CONFIG_HOST_EMU
#define CONFIG_HOSTCMD
#define CONFIG_KEYBOARD_PROTOCOL_MKBP

enum gpio_signal {
	GPIO_EC_INT,

	GPIO_COUNT
};

#endif /* __BOARD_H */