:orphan: .. title:: CONFIG_EOS_S3_HAL .. kconfig:: CONFIG_EOS_S3_HAL CONFIG_EOS_S3_HAL ################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_EOS_S3 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_EOS_S3 ` - \ :kconfig:`SOC_EOS_S3 ` Kconfig definition ================== At ``/Kconfig.eos_s3:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:15`` Menu path: (Top) → Modules .. code-block:: kconfig config EOS_S3_HAL bool depends on SOC_EOS_S3 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*