summaryrefslogtreecommitdiff
path: root/board/npcx_evb
diff options
context:
space:
mode:
Diffstat (limited to 'board/npcx_evb')
-rw-r--r--board/npcx_evb/board.c2
-rw-r--r--board/npcx_evb/board.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/npcx_evb/board.c b/board/npcx_evb/board.c
index cee9acfeef..c86f35f487 100644
--- a/board/npcx_evb/board.c
+++ b/board/npcx_evb/board.c
@@ -126,7 +126,7 @@ const int hibernate_wake_pins_used = ARRAY_SIZE(hibernate_wake_pins);
/******************************************************************************/
/* Keyboard scan setting */
-struct keyboard_scan_config keyscan_config = {
+__override struct keyboard_scan_config keyscan_config = {
.output_settle_us = 40,
.debounce_down_us = 6 * MSEC,
.debounce_up_us = 30 * MSEC,
diff --git a/board/npcx_evb/board.h b/board/npcx_evb/board.h
index b97bf43047..fc12b6d80a 100644
--- a/board/npcx_evb/board.h
+++ b/board/npcx_evb/board.h
@@ -24,7 +24,7 @@
#define CONFIG_SPI_FLASH_W25Q64
#define CONFIG_I2C
#define CONFIG_I2C_CONTROLLER
-#define CONFIG_KEYBOARD_BOARD_CONFIG
+
#define CONFIG_KEYBOARD_PROTOCOL_8042
#define CONFIG_POWER_BUTTON
#define CONFIG_VBOOT_HASH