zephyr/boards/riscv/it82xx2_evb/Kconfig.defconfig

13 lines
197 B
Plaintext

# Copyright (c) 2023 ITE Corporation. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
if BOARD_IT82XX2_EVB
config BOARD
default "it82xx2_evb"
config INPUT
default y if KSCAN
endif