22 lines
317 B
Plaintext
22 lines
317 B
Plaintext
# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_IT8XXX2_EVB
|
|
|
|
config BOARD
|
|
default "it8xxx2_evb"
|
|
|
|
if PM
|
|
config PM_DEVICE
|
|
default y
|
|
|
|
choice PM_POLICY
|
|
default PM_POLICY_CUSTOM
|
|
endchoice
|
|
endif # PM
|
|
|
|
config INPUT
|
|
default y if KSCAN
|
|
|
|
endif # BOARD_IT8XXX2_EVB
|