15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
# Private config options for eSPI sample app
|
|
|
|
# Copyright (c) 2019 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "Enhanced Serial Peripheral Interface application"
|
|
|
|
config ESPI_VIRTUAL_WIRE_TIMEOUT
|
|
int "Timeout for virtual wires"
|
|
default 5000
|
|
help
|
|
Timeout for virtual wires
|
|
|
|
source "Kconfig.zephyr"
|