2020-11-10 01:13:59 +08:00
|
|
|
# eSPI + mec15xxevb_assy6853
|
|
|
|
CONFIG_ESPI=y
|
|
|
|
CONFIG_LOG=y
|
|
|
|
CONFIG_LOG_BUFFER_SIZE=4096
|
|
|
|
CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=100
|
|
|
|
# Disable only for this board to check notifications
|
|
|
|
CONFIG_ESPI_AUTOMATIC_WARNING_ACKNOWLEDGE=n
|
|
|
|
# Sample code doesn't handle ACPI host communication
|
|
|
|
CONFIG_ESPI_PERIPHERAL_HOST_IO=n
|
|
|
|
# Test SAF flash portal read/erase/write on EVB
|
2022-08-12 05:11:22 +08:00
|
|
|
# disabled CONFIG_ESPI_SAF since devicetree node for ESPI_SAF is
|
|
|
|
# not currently enabled so this will fail to build
|
|
|
|
#CONFIG_ESPI_SAF=y
|
2020-11-10 01:13:59 +08:00
|
|
|
CONFIG_SPI=y
|
|
|
|
CONFIG_SPI_XEC_QMSPI=y
|