Lines Matching +full:npcx +full:- +full:espi +full:- +full:taf

1 # eSPI configuration options
4 # SPDX-License-Identifier: Apache-2.0
6 menuconfig ESPI
7 bool "Enhanced Serial Peripheral Interface (eSPI) bus drivers"
9 Enable ESPI Driver.
11 if ESPI
13 source "drivers/espi/Kconfig.xec"
15 source "drivers/espi/Kconfig.npcx"
17 source "drivers/espi/Kconfig.espi_emul"
19 source "drivers/espi/Kconfig.it8xxx2"
21 module = ESPI
22 module-str = espi
26 bool "ESPI target driver"
29 Enables eSPI driver in target mode.
32 int "ESPI Controller driver initialization priority"
35 Driver initialization priority for eSPI driver.
38 bool "eSPI peripheral channel"
41 eSPI Controller supports peripheral channel.
44 bool "eSPI virtual wire channel"
47 eSPI Controller supports virtual wires channel.
50 bool "eSPI virtual wire valid bit check"
54 Enable the checking of the eSPI virtual wire valid bit. If this
59 bool "Automatic acknowledge for eSPI HOST warnings"
64 Enable automatic acknowledgment from eSPI target towards eSPI controller
76 completed by sending a virtual wire message to the eSPI master.
82 bool "eSPI Out-of-band channel"
84 eSPI Controller supports OOB channel.
87 bool "ESPI flash channel"
89 eSPI Controller supports flash channel.
96 Enables UART over eSPI peripheral channel.
101 Enables 8042 keyboard controller over eSPI peripheral channel.
106 Enables ACPI Host I/O over eSPI peripheral channel.
111 Enables ACPI Host I/O over eSPI peripheral channel for private channel.
126 Enables debug Port 80 over eSPI peripheral channel.
131 Enables Embedded Controller (EC) host command subsystem via eSPI
137 Enables shared memory region over eSPI peripheral channel to access
155 and so on over eSPI peripheral channel.
163 the eSPI peripheral channel to send EC host command data and its
174 the eSPI peripheral channel to access the host command request and
182 bool "OOB host-initiated traffic handling"
185 Enables asynchronous handling for host-initiated OOB traffic.
186 Otherwise OOB traffic is assumed to be always client-initiated.
189 bool "ESPI TAF driver"
192 Enable Target Attached Flash eSPI driver. TAF depends upon ESPI driver
196 int "ESPI TAF driver initialization priority"
200 Driver initialization priority for eSPI TAF driver. TAF driver must
201 initialize after the ESPI driver.
203 endif # ESPI