1# ITE IT8XXX2 PECI configuration options 2 3# Copyright (c) 2022 ITE Tech. Inc. 4# SPDX-License-Identifier: Apache-2.0 5 6config PECI_ITE_IT8XXX2 7 bool "ITE IT8XXX2 PECI driver" 8 default y 9 depends on DT_HAS_ITE_IT8XXX2_PECI_ENABLED 10 select PECI_INTERRUPT_DRIVEN 11 help 12 Enable the ITE IT8XXX2 PECI IO driver. 13