-
CONFIG_PSRAM_ENABLED
¶
Enable pseudo-SRAM (pSRAM) support
Type: bool
Help¶
This will enable RTVM to make use of pSRAM to improve the performance of Real-Time applications. pSRAM essentially a block of cache, and is separated via CAT and protected by some methods. pSRAM support and CDP support cannot co-exist.
Defaults¶
- “n” if !
CDP_ENABLED
Kconfig definition¶
At arch/x86/Kconfig:279
Included via Kconfig:3
Menu path: (top menu)
config PSRAM_ENABLED bool prompt "Enable pseudo-SRAM (pSRAM) support" if !CDP_ENABLED
default "n" if !CDP_ENABLED
depends on !CDP_ENABLED
help This will enable RTVM to make use of pSRAM to improve the performance of Real-Time applications. pSRAM essentially a block of cache, and is separated via CAT and protected by some methods. pSRAM support and CDP support cannot co-exist.
(Definitions include propagated dependencies, including from if’s and menus.)