From 8f886de18a39d714989a74bfb1f96da4b4263772 Mon Sep 17 00:00:00 2001 From: Vadim Pasternak Date: Thu, 1 Feb 2018 08:10:34 +0000 Subject: leds: leds-mlxcpld: Allow compilation for 32 bit arch It makes leds-mlxcpld available for 32 bit architecture. Signed-off-by: Vadim Pasternak Reported-by: Jiri Pirko Signed-off-by: Jacek Anaszewski --- drivers/leds/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/leds') diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 3e763d2a0cb3..fe52436a7db0 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 -- cgit v1.2.3-59-g8ed1b