:orphan: .. title:: HWINFO_SAM .. option:: CONFIG_HWINFO_SAM *Atmel SAM device ID* Type: ``bool`` Help ==== Enable Atmel SAM hwinfo driver. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM ` && !\ :option:`SOC_SERIES_SAM4L ` && \ :option:`HWINFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`HWINFO_HAS_DRIVER ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/hwinfo/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:88`` Menu path: (Top) → Device Drivers → Hardware Information driver .. parsed-literal:: config HWINFO_SAM bool "Atmel SAM device ID" default y select \ :option:`HWINFO_HAS_DRIVER ` depends on \ :option:`SOC_FAMILY_SAM ` && !\ :option:`SOC_SERIES_SAM4L ` && \ :option:`HWINFO ` help Enable Atmel SAM hwinfo driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*