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

samples: cellular: modem_shell: Remove iperf3 Kconfig warning #19781

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
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
12 changes: 10 additions & 2 deletions samples/cellular/modem_shell/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

source "Kconfig.zephyr"

menu "Nordic Modem Shell config"

config MOSH_IPERF3
Expand Down Expand Up @@ -130,6 +128,12 @@ config MOSH_COMMON_WORKQUEUE_PRIORITY
int "Common workqueue priority"
default 5

if NRF_IPERF3

config NRF_IPERF3_RESULTS_WAIT_TIME
default 180
endif

if MOSH_IPERF3 || MOSH_PING
menu "MoSH iperf3 and ping command selections"

Expand Down Expand Up @@ -239,3 +243,7 @@ config UART_1_NRF_ASYNC_LOW_POWER
endif # UART_1_ASYNC

endmenu # Modem Shell

menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu
2 changes: 0 additions & 2 deletions samples/cellular/modem_shell/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# General config

CONFIG_MOSH_IPERF3=y
CONFIG_NRF_IPERF3_RESULTS_WAIT_TIME=180

CONFIG_MOSH_SOCK=y
CONFIG_MOSH_PING=y
CONFIG_MOSH_CURL=y
Expand Down
Loading