Skip to content

Commit dd686c1

Browse files
committed
adb: adb tcp server configuration depends on NET_TCPBACKLOG
For TCP-based adb, if the current CPU contains TCP protocol stack, then NET_TCPBACKLOG needs to be enabled. Signed-off-by: yangsong8 <[email protected]>
1 parent e6178e7 commit dd686c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/adb/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ config ADBD_FRAME_MAX
9595

9696
config ADBD_TCP_SERVER
9797
bool "Network socket transport support"
98-
depends on NET_TCP
98+
depends on NET_TCP_NO_STACK || NET_TCPBACKLOG
9999
default n
100100
---help---
101101
Run adb daemon on network socket.

0 commit comments

Comments
 (0)