CONFIG_ENTROPY_CC13XX_CC26XX_POOL_SIZE
Number of bytes in the entropy pool
Type: int
Help
The size in bytes of the buffer used to store entropy generated by the
hardware. Should be a power of two for high performance.
Direct dependencies
ENTROPY_CC13XX_CC26XX_RNG
&& ENTROPY_GENERATOR
(Includes any dependencies from ifs and menus.)
Default
512
Kconfig definition
At <Zephyr>/drivers/entropy/Kconfig.cc13xx_cc26xx:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:32
→ <Zephyr>/drivers/entropy/Kconfig:24
Menu path: (Top) → Device Drivers → Entropy Drivers → TI SimpleLink CC13xx / CC26xx True Random Number Generator (TRNG)
config ENTROPY_CC13XX_CC26XX_POOL_SIZE
int "Number of bytes in the entropy pool"
default 512
depends on ENTROPY_CC13XX_CC26XX_RNG && ENTROPY_GENERATOR
help
The size in bytes of the buffer used to store entropy generated by the
hardware. Should be a power of two for high performance.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)