drivers: espi: npcx: select RING_BUFFER for p80
This CL adds automatic select CONFIG_RING_BUFFER for port 80 multi-byte. Signed-off-by: Tom Chang <CHChang19@nuvoton.com>
This commit is contained in:
parent
fe138fc246
commit
3f8fe6b4b5
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ config ESPI_NPCX_BYPASS_CH_ENABLE_FATAL_ERROR
|
|||
config ESPI_NPCX_PERIPHERAL_DEBUG_PORT_80_MULTI_BYTE
|
||||
bool "Host can write 1/2/4 bytes of Port80 data in a eSPI transaction"
|
||||
depends on (SOC_SERIES_NPCX9 || SOC_SERIES_NPCX4) && ESPI_PERIPHERAL_DEBUG_PORT_80
|
||||
select RING_BUFFER
|
||||
help
|
||||
EC can accept 1/2/4 bytes of Port 80 data written from the Host in an
|
||||
eSPI transaction.
|
||||
|
|
|
|||
Loading…
Reference in a new issue