zephyr/drivers/peci/Kconfig.it8xxx2
Kumar Gala 210044b788 drivers: peci: Update Kconfig
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-16 08:26:11 +00:00

13 lines
306 B
Plaintext

# ITE IT8XXX2 PECI configuration options
# Copyright (c) 2022 ITE Tech. Inc.
# SPDX-License-Identifier: Apache-2.0
config PECI_ITE_IT8XXX2
bool "ITE IT8XXX2 PECI driver"
default y
depends on DT_HAS_ITE_IT8XXX2_PECI_ENABLED
select PECI_INTERRUPT_DRIVEN
help
Enable the ITE IT8XXX2 PECI IO driver.