mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 04:25:21 +00:00
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>
17 lines
357 B
Plaintext
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
|