espi: ite: Fix driver Kconfig

Update the Kconfig for the it8xxx2 eSPI driver so it's automatically
enabled if the devicetree node is enabled.

Signed-off-by: Keith Short <keithshort@google.com>
This commit is contained in:
Keith Short 2023-11-29 16:36:21 -07:00 committed by Anas Nashif
parent e0dc6f4fe4
commit dfd846283b

View file

@ -3,6 +3,8 @@
config ESPI_IT8XXX2
bool "ITE IT8XXX2 embedded controller ESPI driver"
default y
depends on DT_HAS_ITE_IT8XXX2_ESPI_ENABLED
depends on SOC_IT8XXX2
help
Enable ITE IT8XXX2 ESPI driver.