diff options
author | Vadim Pasternak <vadimp@mellanox.com> | 2018-02-01 03:10:34 -0500 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2018-02-12 14:49:09 -0500 |
commit | 8f886de18a39d714989a74bfb1f96da4b4263772 (patch) | |
tree | 8af58834886e7ea86dafff0ea0230f3c7e6137c0 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
leds: leds-mlxcpld: Allow compilation for 32 bit arch
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>
-rw-r--r-- | drivers/leds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
688 | 688 | ||
689 | config LEDS_MLXCPLD | 689 | config LEDS_MLXCPLD |
690 | tristate "LED support for the Mellanox boards" | 690 | tristate "LED support for the Mellanox boards" |
691 | depends on X86_64 && DMI | 691 | depends on X86 && DMI |
692 | depends on LEDS_CLASS | 692 | depends on LEDS_CLASS |
693 | help | 693 | help |
694 | This option enabled support for the LEDs on the Mellanox | 694 | This option enabled support for the LEDs on the Mellanox |