zephyr/samples/drivers/espi/prj_mec1501modular_assy6885.conf
Jose Alberto Meza c06d7cee85 samples: drivers: espi: Showcase eSPI host warnings handling
Add sample of how to handle eSPI host warnings when these are
intercepted by app code.
Replace printk with logging macros to standardize the sample.
Log additional details about peripheral channel notifications.
Remove unnecessary trailing \n from logging messages.

Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
2020-03-13 10:34:49 -04:00

17 lines
357 B
Plaintext

# eSPI + mec1501modular_assy6885
CONFIG_ESPI=y
CONFIG_ESPI_DEV="ESPI_0"
CONFIG_ESPI_GPIO_DEV_NEEDED=y
CONFIG_ESPI_GPIO_DEV0="GPIO000_036"
CONFIG_ESPI_GPIO_DEV1="GPIO040_076"
# This is MCHP_GPIO_012
CONFIG_PWRGD_PIN=10
# This is MCHP_GPIO_0054
CONFIG_ESPI_INIT_PIN=12
CONFIG_LOG=y
# Disable only for this board
CONFIG_ESPI_AUTOMATIC_WARNING_ACKNOWLEDGE=n