From a5741c8cca96242011c253d1fc220aad8e1ec389 Mon Sep 17 00:00:00 2001 From: Tom Chang Date: Mon, 22 Apr 2024 14:21:41 +0800 Subject: [PATCH] drivers: espi: npcx: add dependency for espi taf This CL adds CONFIG_FLASH as dependency for ESPI_TAF_NPCX. Signed-off-by: Tom Chang --- drivers/espi/Kconfig.npcx | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/espi/Kconfig.npcx b/drivers/espi/Kconfig.npcx index d67f1a481a..0d0d1202f8 100644 --- a/drivers/espi/Kconfig.npcx +++ b/drivers/espi/Kconfig.npcx @@ -61,6 +61,7 @@ config ESPI_NPCX_PERIPHERAL_DEBUG_PORT_80_RING_BUF_SIZE config ESPI_TAF_NPCX bool "Nuvoton NPCX embedded controller (EC) ESPI TAF driver" depends on SOC_SERIES_NPCX4 + depends on FLASH help This option enables the Intel Enhanced Serial Peripheral Interface Target Attached Flash (eSPI TAF) for NPCX4 family of processors.