mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 03:42:33 +00:00
Update sample driver test to use dts instead of kconfig. Fix #22344 Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
# eSPI + mec1501modular_assy6885
|
|
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
|