drivers: espi: npcx: add dependency for espi taf
This CL adds CONFIG_FLASH as dependency for ESPI_TAF_NPCX. Signed-off-by: Tom Chang <CHChang19@nuvoton.com>
This commit is contained in:
parent
f0f83d214e
commit
a5741c8cca
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue