Skip to content

Commit 82ee1ff

Browse files
eren-terziogluxiaoxiang781216
authored andcommitted
system/nxdiag: Make espressif specific option appear when espressif devices selected
1 parent a0479c8 commit 82ee1ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/nxdiag/Kconfig

+2
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,14 @@ comment "Vendor specific information"
7070

7171
config SYSTEM_NXDIAG_ESPRESSIF
7272
bool "Espressif"
73+
depends on ARCH_CHIP_ESP32 || ARCH_CHIP_ESP32S2 || ARCH_CHIP_ESP32S3 || ARCH_CHIP_ESP32C3 || ARCH_CHIP_ESP32C6 || ARCH_CHIP_ESP32H2
7374
default n
7475
---help---
7576
Enable Espressif-specific information and checks.
7677

7778
config SYSTEM_NXDIAG_ESPRESSIF_CHIP
7879
bool "Espressif Chip"
80+
depends on ARCH_CHIP_ESP32 || ARCH_CHIP_ESP32S2 || ARCH_CHIP_ESP32S3 || ARCH_CHIP_ESP32C3 || ARCH_CHIP_ESP32C6 || ARCH_CHIP_ESP32H2
7981
default n
8082
---help---
8183
Enable Espressif-specific information about chip. Chip must be connected during build process.

0 commit comments

Comments
 (0)