tests: net: all: kconfig: Do not assign promptless NET_ROUTING

Assignments have no effect on promptless symbols. Flagged by
https://github.com/zephyrproject-rtos/zephyr/pull/20742.

The prompt was removed in commit 2ec7e70509 ("net: routing: Hide routing
option temporarily").

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2020-01-16 23:15:56 +01:00 committed by Jukka Rissanen
commit 8e4a9774f7

View file

@ -49,7 +49,6 @@ CONFIG_NET_PROMISC_LOG_LEVEL_DBG=y
CONFIG_NET_PROMISCUOUS_MODE=y
CONFIG_NET_TEST=y
CONFIG_NET_TX_DEFAULT_PRIORITY=5
CONFIG_NET_ROUTING=y
CONFIG_NET_MAX_NEXTHOPS=20
CONFIG_NET_MAX_ROUTES=5