1# Copyright The Zephyr Project Contributors
2# SPDX-License-Identifier: Apache-2.0
3
4config HWINFO_ESP32
5	bool "ESP32 device ID"
6	default y
7	depends on SOC_FAMILY_ESPRESSIF_ESP32
8	select HWINFO_HAS_DRIVER
9	help
10	  Enable ESP32 hwinfo driver.
11