:orphan: .. title:: SOC_STM32F10X_DENSITY_DEVICE .. option:: CONFIG_SOC_STM32F10X_DENSITY_DEVICE *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== * Low density Value line devices * Medium density Value line devices * High density Value line devices * XL-density devices Value line devices Direct dependencies =================== \ :option:`SOC_FAMILY_STM32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_STM32F100XB ` - \ :option:`SOC_STM32F100XE ` - \ :option:`SOC_STM32F103XE ` - \ :option:`SOC_STM32F103XB ` - \ :option:`SOC_STM32F103X8 ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/st_stm32/stm32f1/Kconfig.soc:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/st_stm32/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SOC_STM32F10X_DENSITY_DEVICE bool depends on \ :option:`SOC_FAMILY_STM32 ` help * 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.)*