The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_HWINFO_STM32

STM32 hwinfo

Type: bool

Help

Enable STM32 hwinfo driver.

Direct dependencies

SOC_FAMILY_STM32 && HWINFO

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/hwinfo/Kconfig:22

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:88

Menu path: (top menu) → Device Drivers → Hardware Information driver

config HWINFO_STM32
    bool
    prompt "STM32 hwinfo" if SOC_FAMILY_STM32 && HWINFO
    default "y" if SOC_FAMILY_STM32 && HWINFO
    select USE_STM32_LL_UTILS if SOC_FAMILY_STM32 && HWINFO
    depends on SOC_FAMILY_STM32 && HWINFO
    help
      Enable STM32 hwinfo driver.

(Definitions include propagated dependencies, including from if’s and menus.)