system/nxdiag: Make espressif specific option appear when espressif devices selected

This commit is contained in:
Eren Terzioglu 2024-12-19 09:20:26 +01:00 committed by Xiang Xiao
parent a0479c86fb
commit 82ee1ffbd6

View file

@ -70,12 +70,14 @@ comment "Vendor specific information"
config SYSTEM_NXDIAG_ESPRESSIF
bool "Espressif"
depends on ARCH_CHIP_ESP32 || ARCH_CHIP_ESP32S2 || ARCH_CHIP_ESP32S3 || ARCH_CHIP_ESP32C3 || ARCH_CHIP_ESP32C6 || ARCH_CHIP_ESP32H2
default n
---help---
Enable Espressif-specific information and checks.
config SYSTEM_NXDIAG_ESPRESSIF_CHIP
bool "Espressif Chip"
depends on ARCH_CHIP_ESP32 || ARCH_CHIP_ESP32S2 || ARCH_CHIP_ESP32S3 || ARCH_CHIP_ESP32C3 || ARCH_CHIP_ESP32C6 || ARCH_CHIP_ESP32H2
default n
---help---
Enable Espressif-specific information about chip. Chip must be connected during build process.