File tree Expand file tree Collapse file tree
config/esp32/components/chip Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,6 +158,10 @@ if (CONFIG_ENABLE_CHIP_SHELL)
158158 chip_gn_arg_append ("chip_build_libshell" "true" )
159159endif ()
160160
161+ if (CONFIG_ENABLE_CHIP_CONTROLLER_BUILD)
162+ chip_gn_arg_append ("chip_build_controller" "true" )
163+ endif ()
164+
161165if (CONFIG_ENABLE_WIFI_STATION OR CONFIG_ENABLE_WIFI_AP)
162166 chip_gn_arg_append ("chip_enable_wifi" "true" )
163167else ()
Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ menu "CHIP Core"
9696 help
9797 Link the application against CHIP interactive shell.
9898
99+ config ENABLE_CHIP_CONTROLLER_BUILD
100+ bool "Enable chip-controller build"
101+ default n
102+ help
103+ This option enables chip-controller building.
104+
99105 config DISABLE_IPV4
100106 bool "Disable IPv4 functionality in the CHIP stack"
101107 default "n"
You can’t perform that action at this time.
0 commit comments