lte/alt1250: Select NET_USRSOCK_ICMP if LTE_ALT1250 is enabled

The change by https://github.com/apache/nuttx/pull/12639
to enable CONFIG_NET_ICMP as default has made it necessary
to enable CONFIG_MM_IOB which is unnecessary for usrsock.

CONFIG_NET_USRSOCK_ICMP should be enabled if usrsock is used.
This commit is contained in:
SPRESENSE 2024-07-15 06:26:08 +09:00 committed by Xiang Xiao
parent 4aea0dff38
commit b0cfc93ba7

View File

@ -8,6 +8,7 @@ config LTE_ALT1250
default n
depends on NET_USRSOCK && MODEM_ALT1250
select NET_USRSOCK_TCP
select NET_USRSOCK_ICMP
select PIPES
select NET_USRSOCK_OTHER
---help---