CONFIG_ESPI_FLASH_BUFFER_SIZE
eSPI Flash channel buffer size in bytes
eSPI Flash channel buffer size in bytes
Type: int
Help
Use maximum RAM buffer size defined by spec but allow applications
to override if eSPI host doesn't support it.
Help
Use maximum RAM buffer size defined by spec but allow applications
to override if eSPI host doesn't support it.
Direct dependencies
(ESPI_FLASH_CHANNEL
&& ESPI_XEC
&& ESPI
) || (ESPI_FLASH_CHANNEL
&& ESPI_XEC_V2
&& ESPI
)
(Includes any dependencies from ifs and menus.)
Defaults
256
256
Kconfig definitions
At <Zephyr>/drivers/espi/Kconfig.xec:49
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:92
→ <Zephyr>/drivers/espi/Kconfig:13
Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver
config ESPI_FLASH_BUFFER_SIZE
int "eSPI Flash channel buffer size in bytes"
default 256
depends on ESPI_FLASH_CHANNEL && ESPI_XEC && ESPI
help
Use maximum RAM buffer size defined by spec but allow applications
to override if eSPI host doesn't support it.
At <Zephyr>/drivers/espi/Kconfig.xec_v2:125
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:92
→ <Zephyr>/drivers/espi/Kconfig:15
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_FLASH_BUFFER_SIZE
int "eSPI Flash channel buffer size in bytes"
default 256
depends on ESPI_FLASH_CHANNEL && ESPI_XEC_V2 && ESPI
help
Use maximum RAM buffer size defined by spec but allow applications
to override if eSPI host doesn't support it.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)