On 8/13/24 4:30 AM, Mariusz Tkaczyk wrote: > diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig > index aa4d1833f442..0d94e4a967d8 100644 > --- a/drivers/pci/Kconfig > +++ b/drivers/pci/Kconfig > @@ -143,6 +143,15 @@ config PCI_IOV > > If unsure, say N. > > +config PCI_NPEM > + bool "Native PCIe Enclosure Management" > + depends on LEDS_CLASS=y > + help > + Support for Native PCIe Enclosure Management. It allows managing LED > + indications in storage enclosures. Enclosure must support following > + indications: OK, Locate, Fail, Rebuild, other indications are Rebuild. Other > + optional. -- ~Randy