Skip to content

Commit de20af1

Browse files
committed
adb: adb tcp server configuration depends on NET_TCPBACKLOG
adb tcp server depends on NET_TCPBACKLOG Signed-off-by: yangsong8 <[email protected]>
1 parent e6178e7 commit de20af1

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_TCPBACKLOG
9999
default n
100100
---help---
101101
Run adb daemon on network socket.

0 commit comments

Comments
 (0)