| # Kconfig -HW Info driver configuration options |
| # Copyright (c) 2019 Alexander Wachter |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "Hardware Information driver" |
| bool "Enable HWINFO Shell" |
| Enable hwinfo Shell for testing. |
| depends on SOC_FAMILY_STM32 |
| select USE_STM32_LL_UTILS |
| Enable STM32 hwinfo driver. |
| depends on (SOC_SERIES_NRF52X || SOC_SERIES_NRF51X) |
| Enable Nordic NRF hwinfo driver. |
| bool "NXP kinetis device ID" |
| Enable NXP kinetis mcux hwinfo driver. |
| bool "NXP i.mx RT device ID" |
| depends on SOC_SERIES_IMX_RT |
| Enable NXP i.mx RT hwinfo driver. |
| bool "Atmel SAM device ID" |
| depends on SOC_FAMILY_SAM |
| Enable Atmel SAM hwinfo driver. |
| bool "Atmel SAM0 device ID" |
| depends on SOC_FAMILY_SAM0 |
| Enable Atmel SAM0 hwinfo driver. |
| Enable ESP32 hwinfo driver. |