1# Microchip XEC PECI configuration options 2 3# Copyright (c) 2020 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config PECI_XEC 7 bool "XEC Microchip PECI driver" 8 default y 9 depends on DT_HAS_MICROCHIP_XEC_PECI_ENABLED 10 select PINCTRL 11 help 12 Enable the Microchip XEC PECI IO driver. 13