Skip to content

Commit

Permalink
system/nxdiag: Make espressif specific option appear when espressif d…
Browse files Browse the repository at this point in the history
…evices selected
  • Loading branch information
eren-terzioglu committed Dec 20, 2024
1 parent 92832c9 commit ce5c502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/nxdiag/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ce5c502

Please sign in to comment.