summaryrefslogtreecommitdiff
path: root/board/host/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/board.h')
-rw-r--r--board/host/board.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/board/host/board.h b/board/host/board.h
new file mode 100644
index 0000000000..de7049bd9d
--- /dev/null
+++ b/board/host/board.h
@@ -0,0 +1,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 */