1# NPCX PECI driver configuration options 2 3# Copyright (c) 2022 Nuvoton Technology Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6config PECI_NPCX 7 bool "NPCX PECI driver" 8 default y 9 depends on DT_HAS_NUVOTON_NPCX_PECI_ENABLED 10 select PECI_INTERRUPT_DRIVEN 11 help 12 Enable the NPCX PECI IO driver. 13