:orphan: .. title:: HWINFO_SAM .. option:: CONFIG_HWINFO_SAM *Atmel SAM device ID* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/hwinfo/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:88`` Menu path: (Top) → Device Drivers → Hardware Information driver .. code-block:: kconfig config HWINFO_SAM bool "Atmel SAM device ID" default y select HWINFO_HAS_DRIVER depends on SOC_FAMILY_SAM && !SOC_SERIES_SAM4L && HWINFO help Enable Atmel SAM hwinfo driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*