:orphan: .. title:: EOS_S3_HAL .. option:: CONFIG_EOS_S3_HAL *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_EOS_S3 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_EOS_S3 ` Kconfig definition ================== At ``/Kconfig.eos_s3:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:16`` 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.)*