:orphan: .. title:: CONFIG_CSPRING_ENABLED .. kconfig:: CONFIG_CSPRING_ENABLED CONFIG_CSPRING_ENABLED ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`ENTROPY_HAS_DRIVER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/random/Kconfig:66`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Random Number Generators .. code-block:: kconfig config CSPRING_ENABLED bool default y depends on ENTROPY_HAS_DRIVER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*