1config BR2_PACKAGE_LEDMON
2	bool "ledmon"
3	depends on BR2_PACKAGE_HAS_UDEV
4	depends on BR2_TOOLCHAIN_HAS_THREADS # sg3_utils
5	select BR2_PACKAGE_PCIUTILS
6	select BR2_PACKAGE_SG3_UTILS
7	help
8	  Enclosure LED Utilities. The ledmon application is
9	  a daemon process used to monitor a state of software
10	  RAID devices (md only) or a state of block devices.
11
12	  https://github.com/intel/ledmon
13
14comment "ledmon needs udev and a toolchain w/ threads"
15	depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS
16