linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] leds: leds-mlxcpld: Allow compilation for 32 bit arch
@ 2018-02-01  8:10 Vadim Pasternak
  2018-02-01 19:34 ` Jacek Anaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Vadim Pasternak @ 2018-02-01  8:10 UTC (permalink / raw)
  To: jacek.anaszewski, rpurdie; +Cc: linux-leds, jiri, Vadim Pasternak

It makes leds-mlxcpld available for 32 bit architecture.

Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
Reported-by: Jiri Pirko <jiri@mellanox.com>
---
 drivers/leds/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 3e763d2..fe52436a7 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -688,7 +688,7 @@ config LEDS_PM8058
 
 config LEDS_MLXCPLD
 	tristate "LED support for the Mellanox boards"
-	depends on X86_64 && DMI
+	depends on X86 && DMI
 	depends on LEDS_CLASS
 	help
 	  This option enabled support for the LEDs on the Mellanox
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] leds: leds-mlxcpld: Allow compilation for 32 bit arch
  2018-02-01  8:10 [PATCH 1/1] leds: leds-mlxcpld: Allow compilation for 32 bit arch Vadim Pasternak
@ 2018-02-01 19:34 ` Jacek Anaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Jacek Anaszewski @ 2018-02-01 19:34 UTC (permalink / raw)
  To: Vadim Pasternak, rpurdie; +Cc: linux-leds, jiri

Hi Vadim,

Thanks for the patch.

On 02/01/2018 09:10 AM, Vadim Pasternak wrote:
> It makes leds-mlxcpld available for 32 bit architecture.
> 
> Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
> Reported-by: Jiri Pirko <jiri@mellanox.com>
> ---
>  drivers/leds/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
> index 3e763d2..fe52436a7 100644
> --- a/drivers/leds/Kconfig
> +++ b/drivers/leds/Kconfig
> @@ -688,7 +688,7 @@ config LEDS_PM8058
>  
>  config LEDS_MLXCPLD
>  	tristate "LED support for the Mellanox boards"
> -	depends on X86_64 && DMI
> +	depends on X86 && DMI
>  	depends on LEDS_CLASS
>  	help
>  	  This option enabled support for the LEDs on the Mellanox
> 

Applied to the for-4.17 branch of linux-leds.git.

-- 
Best regards,
Jacek Anaszewski

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-01 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-01  8:10 [PATCH 1/1] leds: leds-mlxcpld: Allow compilation for 32 bit arch Vadim Pasternak
2018-02-01 19:34 ` Jacek Anaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).