kumquat-buildroot/package/ledmon/Config.in
Maksim Kiselev 57ff5f7d2a package/ledmon: new package
Enclosure LED Utilities

ledmon and ledctl are userspace tools designed to control storage
enclosure LEDs. The user must have root privileges to use these tools.

These tools use the SGPIO and SES-2 protocols to monitor and control LEDs.
They been verified to work with Intel(R) storage controllers (i.e. the
Intel(R) AHCI controller) and have not been tested with storage controllers of
other vendors (especially SAS/SCSI controllers).

For backplane enclosures attached to ISCI controllers, support is limited to
Intel(R) Intelligent Backplanes.

Signed-off-by: Maksim Kiselev <bigunclemax@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-08-21 12:51:04 +02:00

16 lines
510 B
Plaintext

config BR2_PACKAGE_LEDMON
bool "ledmon"
depends on BR2_PACKAGE_HAS_UDEV
depends on BR2_TOOLCHAIN_HAS_THREADS # sg3_utils
select BR2_PACKAGE_PCIUTILS
select BR2_PACKAGE_SG3_UTILS
help
Enclosure LED Utilities. The ledmon application is
a daemon process used to monitor a state of software
RAID devices (md only) or a state of block devices.
https://github.com/intel/ledmon
comment "ledmon needs udev and a toolchain w/ threads"
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS