Skip to content

Commit

Permalink
adb: Move the ADBD_USB_SERVER dependence from item to choice
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiang781216 authored and yangsong8-a1 committed Dec 24, 2024
1 parent e0d2bfa commit 1fb4f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/adb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,15 @@ config ADBD_USB_SERVER
choice
prompt "Check usb hotplug"
default ADBD_USB_HOTPLUG_BYTIMER
depends on ADBD_USB_SERVER

config ADBD_USB_HOTPLUG_BYTIMER
bool "Using 1s timer to check usb hotplug"
depends on ADBD_USB_SERVER
---help---
Using 1s timer to check usb hotplug

config ADBD_USB_HOTPLUG_BYNOTIFY
bool "Using fs notify to check usb hotplug"
depends on ADBD_USB_SERVER
depends on FS_NOTIFY
---help---
Using fs notify to monitor usb hotplug
Expand Down

0 comments on commit 1fb4f88

Please sign in to comment.