mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
choice ZB_GW_RCP_CHIP
|
|
depends on AUTO_UPDATE_RCP
|
|
prompt "Zigbee gateway RCP chip for auto update"
|
|
default ZB_GW_RCP_CHIP_ESP32H2
|
|
help
|
|
Select the RCP chip connected to the Zigbee gateway.
|
|
|
|
config ZB_GW_RCP_CHIP_ESP32H2
|
|
bool "ESP32-H2"
|
|
help
|
|
ESP32-H2 is the RCP chip connected to the Zigbee gateway.
|
|
|
|
config ZB_GW_RCP_CHIP_ESP32C6
|
|
bool "ESP32-C6"
|
|
help
|
|
ESP32-C6 is the RCP chip connected to the Zigbee gateway.
|
|
endchoice
|