Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # Kconfig - Actions hotplug
  2. #
  3. # Copyright (c) 2016 Actions Corporation
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. menuconfig HOTPLUG
  8. bool
  9. prompt "Hotplug"
  10. select HOTPLUG_MANAGER
  11. default n
  12. help
  13. This option enables actions hotplug
  14. config HOTPLUG_MANAGER
  15. bool
  16. prompt "Hotplug Manager Support"
  17. depends on HOTPLUG
  18. default n
  19. help
  20. This option enables actions hotplug manager.
  21. config USB_HOTPLUG_THREAD_ENABLED
  22. bool
  23. prompt "USB hotplug thread (shared) enabled"
  24. depends on USB_HOST || USB_MASS_STORAGE_SHARE_THREAD
  25. default y
  26. help
  27. This option enables USB hotplug thread (shared)
  28. config USB_HOTPLUG_STACKSIZE
  29. int
  30. prompt "USB hotplug stack (shared) size"
  31. depends on USB_HOTPLUG_THREAD_ENABLED
  32. default 1200
  33. help
  34. Stack size for USB hotplug thread, be care it may be used for other
  35. shared threads at the same time.
  36. config USB_HOTPLUG_PRIORITY
  37. int
  38. prompt "USB hotplug thread priority"
  39. depends on USB_HOTPLUG_THREAD_ENABLED
  40. default 12
  41. help
  42. priority only for USB host enumeration thread for now,
  43. others may have own prioities, such as mass storage.
  44. config USB_HOTPLUG
  45. bool
  46. prompt "USB hotplug"
  47. depends on HOTPLUG
  48. default n
  49. help
  50. This option enables usb hotplug
  51. config CARD_HOTPLUG
  52. bool
  53. prompt "CARD hotplug"
  54. depends on HOTPLUG && MMC
  55. default n
  56. help
  57. This option enables card hotplug
  58. config CHARGER_HOTPLUG
  59. bool
  60. prompt "charger hotplug"
  61. depends on HOTPLUG
  62. default n
  63. help
  64. This option enables charger hotplug
  65. config LINEIN_HOTPLUG
  66. bool
  67. prompt "linein hotplug"
  68. depends on HOTPLUG
  69. default n
  70. help
  71. This option enables linein hotplug