Lines Matching full:espi

1 # eSPI configuration options
6 menuconfig ESPI config
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 slave driver"
29 Enables eSPI driver in slave 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 "Automatic acknowledge for eSPI HOST warnings"
55 Enable automatic acknowledgment from eSPI slave towards eSPI host
67 completed by sending a virtual wire message to the eSPI master.
73 bool "eSPI Out-of-band channel"
75 eSPI Controller supports OOB channel.
78 bool "ESPI flash channel"
80 eSPI Controller supports flash channel.
87 Enables UART over eSPI peripheral channel.
92 Enables 8042 keyboard controller over eSPI peripheral channel.
97 Enables ACPI Host I/O over eSPI peripheral channel.
102 Enables ACPI Host I/O over eSPI peripheral channel for private channel.
117 Enables debug Port 80 over eSPI peripheral channel.
122 Enables Embedded Controller (EC) host command subsystem via eSPI
128 Enables shared memory region over eSPI peripheral channel to access
146 and so on over eSPI peripheral channel.
154 the eSPI peripheral channel to send EC host command data and its
165 the eSPI peripheral channel to access the host command request and
180 bool "ESPI SAF driver"
183 Enable Slave Attached Flash eSPI driver. SAF depends upon ESPI driver
187 int "ESPI SAF driver initialization priority"
191 Driver initialization priority for eSPI SAF driver. SAF driver must
192 initialize after the ESPI driver.
194 endif # ESPI