1# Copyright (c) 2020 ITE Corporation. All Rights Reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4if BOARD_IT8XXX2_EVB 5 6if PM 7 8config PM_DEVICE 9 default y 10 11choice PM_POLICY 12 default PM_POLICY_CUSTOM 13endchoice 14 15endif # PM 16 17config INPUT 18 default y if KSCAN 19 20endif # BOARD_IT8XXX2_EVB 21