mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/nxdiag: Make espressif specific option appear when espressif devices selected
This commit is contained in:
parent
a0479c86fb
commit
82ee1ffbd6
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue