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:
parent
e0dc6f4fe4
commit
dfd846283b
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue