:orphan: .. title:: CONFIG_HWINFO_SAM0 .. kconfig:: CONFIG_HWINFO_SAM0 CONFIG_HWINFO_SAM0 ################## *Atmel SAM0 device ID* Type: ``bool`` Help ==== .. code-block:: none Enable Atmel SAM0 hwinfo driver. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_SAM0 ` || \ :kconfig:`SOC_FAMILY_SAM0 ` || (\ :kconfig:`SOC_FAMILY_SAM0 ` && \ :kconfig:`HWINFO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`HWINFO ` - \ :kconfig:`HWINFO ` - y Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config HWINFO_SAM0 bool default HWINFO depends on SOC_FAMILY_SAM0 ---- At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config HWINFO_SAM0 bool default HWINFO depends on SOC_FAMILY_SAM0 ---- At ``/hwinfo/Kconfig:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:90`` Menu path: (Top) → Device Drivers → Hardware Information driver .. code-block:: kconfig config HWINFO_SAM0 bool "Atmel SAM0 device ID" default y depends on SOC_FAMILY_SAM0 && HWINFO help Enable Atmel SAM0 hwinfo driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*