Skip to content

Commit

Permalink
tests: net: all: kconfig: Do not assign promptless NET_INIT_PRIO
Browse files Browse the repository at this point in the history
Assignments have no effect on promptless symbols. Flagged by
zephyrproject-rtos#20742.

NET_INIT_PRIO (defined in subsys/net/ip/Kconfig) is currently hardcoded
to 90 (it's not set via any Kconfig.defconfig files either). Maybe it
could be given a prompt or be removed, but just remove the assignment
for now.

Signed-off-by: Ulf Magnusson <[email protected]>
  • Loading branch information
ulfalizer authored and jukkar committed Jan 17, 2020
1 parent 8e4a977 commit ae900a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/net/all/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ CONFIG_NET_SHELL=y
CONFIG_NET_SHELL_DYN_CMD_COMPLETION=y
CONFIG_NET_IP_ADDR_CHECK=y
CONFIG_NET_ICMPV4_ACCEPT_BROADCAST=y
CONFIG_NET_INIT_PRIO=90
CONFIG_NET_PROMISC_LOG_LEVEL_DBG=y
CONFIG_NET_PROMISCUOUS_MODE=y
CONFIG_NET_TEST=y
Expand Down

0 comments on commit ae900a9

Please sign in to comment.