Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Telink] Disable not used shell modules #29486

Merged
merged 3 commits into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,45 @@ config OPENTHREAD_EXTERNAL_HEAP
config GETOPT_LONG
default y

# Disable not used shell modules

config SHELL_WILDCARD
default n

config SHELL_VT100_COLORS
default n

config SHELL_STATS
default n

config KERNEL_SHELL
default n

config SENSOR_SHELL
default n

config DEVICE_SHELL
default n

config DATE_SHELL
default n

config DEVMEM_SHELL
default n

config MCUBOOT_SHELL
default n

config FLASH_SHELL
default n

config HWINFO_SHELL
default n

config PWM_SHELL
default n

config OPENTHREAD_SHELL
default n

endif
Loading