:orphan: .. title:: HWINFO_SAM0 .. option:: CONFIG_HWINFO_SAM0 *Atmel SAM0 device ID* Type: ``bool`` Help ==== Enable Atmel SAM0 hwinfo driver. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM0 ` || (\ :option:`SOC_FAMILY_SAM0 ` && \ :option:`HWINFO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`HWINFO ` - y Symbols selected by this symbol =============================== - \ :option:`HWINFO_HAS_DRIVER ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam0/common/Kconfig.defconfig.series:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config HWINFO_SAM0 bool default \ :option:`HWINFO ` depends on \ :option:`SOC_FAMILY_SAM0 ` ---- At ``drivers/hwinfo/Kconfig:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:88`` Menu path: (Top) → Device Drivers → Hardware Information driver .. parsed-literal:: config HWINFO_SAM0 bool "Atmel SAM0 device ID" default y select \ :option:`HWINFO_HAS_DRIVER ` depends on \ :option:`SOC_FAMILY_SAM0 ` && \ :option:`HWINFO ` help Enable Atmel SAM0 hwinfo driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*