The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_HWINFO_SAM

Atmel SAM device ID

Type: bool

Help

Enable Atmel SAM hwinfo driver.

Direct dependencies

SOC_FAMILY_SAM && HWINFO

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

Defaults

Kconfig definition

At drivers/hwinfo/Kconfig:51

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

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

config HWINFO_SAM
    bool
    prompt "Atmel SAM device ID" if SOC_FAMILY_SAM && HWINFO
    default "y" if SOC_FAMILY_SAM && HWINFO
    depends on SOC_FAMILY_SAM && HWINFO
    help
      Enable Atmel SAM hwinfo driver.

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