:orphan: .. title:: CONFIG_HWINFO_ESP32 .. kconfig:: CONFIG_HWINFO_ESP32 CONFIG_HWINFO_ESP32 ################### *ESP32 device ID* Type: ``bool`` Help ==== .. code-block:: none Enable ESP32 hwinfo driver. Direct dependencies =================== \ :kconfig:`SOC_ESP32 ` && \ :kconfig:`HWINFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/hwinfo/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:90`` Menu path: (Top) → Device Drivers → Hardware Information driver .. code-block:: kconfig config HWINFO_ESP32 bool "ESP32 device ID" default y depends on SOC_ESP32 && HWINFO help Enable ESP32 hwinfo driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*