:orphan: .. title:: HAS_NUMICRO_HAL .. option:: CONFIG_HAS_NUMICRO_HAL *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_FAMILY_NUMICRO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`HAS_CMSIS_CORE ` Symbols that select this symbol =============================== - \ :option:`SOC_M487 ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.nuvoton:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:24`` Menu path: (Top) → Modules .. parsed-literal:: config HAS_NUMICRO_HAL bool select \ :option:`HAS_CMSIS_CORE ` depends on \ :option:`SOC_FAMILY_NUMICRO ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*