1# Copyright (c) 2020 Nuvoton Technology Corporation.
2# SPDX-License-Identifier: Apache-2.0
3
4if BOARD_NPCX7M6FB_EVB
5
6config BOARD
7 default "npcx7m6fb_evb"
8
9endif # BOARD_NPCX7M6FB_EVB
10
11config SYS_CLOCK_TICKS_PER_SEC
12 default 1000
13
14config INPUT
15 default y if KSCAN
16