:orphan: .. title:: CONFIG_HAS_SILABS_GECKO .. kconfig:: CONFIG_HAS_SILABS_GECKO CONFIG_HAS_SILABS_GECKO ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_FAMILY_EXX32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_CMSIS_CORE ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_EFM32GG11B ` - \ :kconfig:`SOC_SERIES_EFM32HG ` - \ :kconfig:`SOC_SERIES_EFM32JG12B ` - \ :kconfig:`SOC_SERIES_EFM32PG12B ` - \ :kconfig:`SOC_SERIES_EFM32PG1B ` - \ :kconfig:`SOC_SERIES_EFM32WG ` - \ :kconfig:`SOC_SERIES_EFR32BG13P ` - \ :kconfig:`SOC_SERIES_EFR32FG13P ` - \ :kconfig:`SOC_SERIES_EFR32FG1P ` - \ :kconfig:`SOC_SERIES_EFR32MG12P ` - \ :kconfig:`SOC_SERIES_EFR32MG21 ` - \ :kconfig:`SOC_SERIES_EFM32GG11B ` - \ :kconfig:`SOC_SERIES_EFM32HG ` - \ :kconfig:`SOC_SERIES_EFM32JG12B ` - \ :kconfig:`SOC_SERIES_EFM32PG12B ` - \ :kconfig:`SOC_SERIES_EFM32PG1B ` - \ :kconfig:`SOC_SERIES_EFM32WG ` - \ :kconfig:`SOC_SERIES_EFR32BG13P ` - \ :kconfig:`SOC_SERIES_EFR32FG13P ` - \ :kconfig:`SOC_SERIES_EFR32FG1P ` - \ :kconfig:`SOC_SERIES_EFR32MG12P ` - \ :kconfig:`SOC_SERIES_EFR32MG21 ` Kconfig definition ================== At ``/Kconfig.silabs:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:23`` Menu path: (Top) → Modules .. code-block:: kconfig config HAS_SILABS_GECKO bool select HAS_CMSIS_CORE depends on SOC_FAMILY_EXX32 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*