-----Original Message----- From: Laura Abbott [mailto:labbott@redhat.com] Sent: Wednesday, October 19, 2016 6:11 PM To: Yotam Gigi yotamg@mellanox.com; kernel@lists.fedoraproject.org; mlxsw mlxsw@mellanox.com Subject: Re: [PATCH] Add Mellanox LEDs support
On 10/19/2016 07:08 AM, Yotam Gigi wrote:
This driver enables to control the leds on Mellanox switches.
Signed-off-by: Yotam Gigi yotamg@mellanox.com
config-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config-generic b/config-generic index 4ef2afd..e9f493d 100644 --- a/config-generic +++ b/config-generic @@ -5525,7 +5525,7 @@ CONFIG_LEDS_WM831X_STATUS=m # CONFIG_LEDS_LP5562 is not set # CONFIG_LEDS_LP55XX_COMMON is not set # CONFIG_LEDS_PM8058 is not set -# CONFIG_LEDS_MLXCPLD is not set +CONFIG_LEDS_MLXCPLD=y
CONFIG_DMADEVICES=y CONFIG_DMA_ENGINE=y
Thanks for the patch, this is is helpful. I turned the option as =m in today's rawhide.
You are right - I put 'y' by mistake, it should have been 'm'.
Thanks for the fast response :)
Thanks, Laura