Skip to content

Commit

Permalink
lte/alt1250: Select NET_USRSOCK_ICMP if LTE_ALT1250 is enabled
Browse files Browse the repository at this point in the history
The change by apache/nuttx#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.
  • Loading branch information
SPRESENSE authored and xiaoxiang781216 committed Jul 16, 2024
1 parent 4aea0df commit b0cfc93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lte/alt1250/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit b0cfc93

Please sign in to comment.