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