Lines Matching +full:memory +full:- +full:to +full:- +full:peripheral
4 # SPDX-License-Identifier: Apache-2.0
7 bool "Enhanced Serial Peripheral Interface (eSPI) bus drivers"
22 module-str = espi
38 bool "eSPI peripheral channel"
41 eSPI Controller supports peripheral channel.
66 If this is disabled, it means the app wants to be give the opportunity
67 to prepare for either HOST suspend or reset.
76 completed by sending a virtual wire message to the eSPI master.
82 bool "eSPI Out-of-band channel"
94 bool "UART peripheral"
96 Enables UART over eSPI peripheral channel.
99 bool "8042 kbc peripheral"
101 Enables 8042 keyboard controller over eSPI peripheral channel.
104 bool "Host I/O peripheral"
106 Enables ACPI Host I/O over eSPI peripheral channel.
109 bool "Host I/O peripheral Private Channel"
111 Enables ACPI Host I/O over eSPI peripheral channel for private channel.
114 hex "Host I/O peripheral Private Channel"
118 This is the port number used by the Host and EC to communicate over
119 the private channel. Please ensure the Host code is configured to use
124 bool "Debug Port 80 peripheral"
126 Enables debug Port 80 over eSPI peripheral channel.
129 bool "Host peripheral device support EC host command subsystem"
132 peripheral channel.
135 bool "Host peripheral device support shared memory region"
137 Enables shared memory region over eSPI peripheral channel to access
141 hex "Host I/O peripheral port number for shared memory region"
145 This is the port number used by the Host and EC to communicate over
146 the shared memory region to access the ACPI response data. Please
147 ensure the Host code is configured to use for accessing ACPI response
152 bool "Host peripheral device support customized opcode"
155 and so on over eSPI peripheral channel.
158 hex "Host I/O peripheral port number for ec host command data"
162 This is the port number used by the Host and EC to communicate over
163 the eSPI peripheral channel to send EC host command data and its
164 result. Please ensure the Host code is configured to use for accessing
169 hex "Host I/O peripheral port number for ec host command parameters"
173 This is the port number used by the Host and EC to communicate over
174 the eSPI peripheral channel to access the host command request and
175 response data. Please ensure the Host code is configured to use for
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.