:orphan: .. title:: SOC_GECKO_HAS_INDIVIDUAL_PIN_LOCATION .. option:: CONFIG_SOC_GECKO_HAS_INDIVIDUAL_PIN_LOCATION *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== If enabled, indicates that SoC allows to configure individual pin locations. This is supported by e.g. efr32fg1p, efr32mg12p series. If disabled, indicates that pin locations are configured in groups. This is supported by e.g. efm32hg, efm32wg series. Direct dependencies =================== \ :option:`SOC_FAMILY_EXX32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_EFM32GG11B ` - \ :option:`SOC_SERIES_EFM32JG12B ` - \ :option:`SOC_SERIES_EFM32PG12B ` - \ :option:`SOC_SERIES_EFM32PG1B ` - \ :option:`SOC_SERIES_EFR32BG13P ` - \ :option:`SOC_SERIES_EFR32FG1P ` - \ :option:`SOC_SERIES_EFR32MG12P ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/silabs_exx32/Kconfig:190`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SOC_GECKO_HAS_INDIVIDUAL_PIN_LOCATION bool depends on \ :option:`SOC_FAMILY_EXX32 ` help If enabled, indicates that SoC allows to configure individual pin locations. This is supported by e.g. efr32fg1p, efr32mg12p series. If disabled, indicates that pin locations are configured in groups. This is supported by e.g. efm32hg, efm32wg series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*