Skip to content

Commit

Permalink
leds: leds-mlxcpld: Allow compilation for 32 bit arch
Browse files Browse the repository at this point in the history
It makes leds-mlxcpld available for 32 bit architecture.

Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
Reported-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
  • Loading branch information
Vadim Pasternak authored and Jacek Anaszewski committed Feb 12, 2018
1 parent 7928b2c commit 8f886de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8f886de

Please sign in to comment.