drivers: samples: espi: Adjust terms per eSPI specification 1.5

Replace CONFIG_ESPI_SLAVE by CONFIG_ESPI_TARGET
Replace CONFIG_ESPI_SAF by CONFIG_ESPI_TAF
Replace ESPI_BUS_SAF_NOTIFICATION with ESPI_TAF_BUS_NOTIFICATION in API

Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
Jose Alberto Meza 2024-06-06 15:59:24 -07:00 committed by Anas Nashif
commit f854b8b799
12 changed files with 54 additions and 54 deletions

View file

@ -13,6 +13,6 @@ config CORTEX_M_SYSTICK
config ESPI_TAF_NPCX
default y
depends on ESPI_SAF
depends on ESPI_TAF
endif # SOC_SERIES_NPCX4