We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0479c8 commit 82ee1ffCopy full SHA for 82ee1ff
system/nxdiag/Kconfig
@@ -70,12 +70,14 @@ comment "Vendor specific information"
70
71
config SYSTEM_NXDIAG_ESPRESSIF
72
bool "Espressif"
73
+ depends on ARCH_CHIP_ESP32 || ARCH_CHIP_ESP32S2 || ARCH_CHIP_ESP32S3 || ARCH_CHIP_ESP32C3 || ARCH_CHIP_ESP32C6 || ARCH_CHIP_ESP32H2
74
default n
75
---help---
76
Enable Espressif-specific information and checks.
77
78
config SYSTEM_NXDIAG_ESPRESSIF_CHIP
79
bool "Espressif Chip"
80
81
82
83
Enable Espressif-specific information about chip. Chip must be connected during build process.
0 commit comments