We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582fbca commit 1377a77Copy full SHA for 1377a77
config/nrfconnect/chip-module/Kconfig.defaults
@@ -499,9 +499,6 @@ config HWINFO_SHELL
499
config OPENTHREAD_SHELL
500
default n if !CHIP_MEMORY_PROFILING
501
502
-config SHELL_CMD_BUFF_SIZE
503
- default 512 if CHIP_MEMORY_PROFILING
504
-
505
endif # SHELL
506
507
endif # CHIP
config/nrfconnect/chip-module/Kconfig.features
@@ -86,8 +86,6 @@ config CHIP_MEMORY_PROFILING
86
select NET_SHELL
87
select NET_BUF_POOL_USAGE
88
select OPENTHREAD_SHELL if !CHIP_WIFI
89
- # Settings
90
- select SETTINGS_SHELL
91
# Zephyr
92
select KERNEL_SHELL
93
help
0 commit comments