:orphan: .. title:: CONFIG_SOC_STM32F10X_DENSITY_DEVICE .. kconfig:: CONFIG_SOC_STM32F10X_DENSITY_DEVICE CONFIG_SOC_STM32F10X_DENSITY_DEVICE ################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none STM32F101xx, STM32F102xx, STM32F103xx: * Low density Value line devices * Medium density Value line devices * High density Value line devices * XL-density devices Value line devices Help ==== .. code-block:: none STM32F101xx, STM32F102xx, STM32F103xx: * Low density Value line devices * Medium density Value line devices * High density Value line devices * XL-density devices Value line devices Direct dependencies =================== \ :kconfig:`SOC_FAMILY_STM32 ` || \ :kconfig:`SOC_FAMILY_STM32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_STM32F103XE ` - \ :kconfig:`SOC_STM32F103XB ` - \ :kconfig:`SOC_STM32F103X8 ` - \ :kconfig:`SOC_STM32F103XE ` - \ :kconfig:`SOC_STM32F103XB ` - \ :kconfig:`SOC_STM32F103X8 ` Kconfig definitions =================== At ``/arm/st_stm32/stm32f1/Kconfig.soc:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/st_stm32/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_STM32F10X_DENSITY_DEVICE bool depends on SOC_FAMILY_STM32 help STM32F101xx, STM32F102xx, STM32F103xx: * Low density Value line devices * Medium density Value line devices * High density Value line devices * XL-density devices Value line devices ---- At ``/arm/st_stm32/stm32f1/Kconfig.soc:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/st_stm32/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_STM32F10X_DENSITY_DEVICE bool depends on SOC_FAMILY_STM32 help STM32F101xx, STM32F102xx, STM32F103xx: * Low density Value line devices * Medium density Value line devices * High density Value line devices * XL-density devices Value line devices *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*