diff options
author | Vadim Pasternak <vadimp@mellanox.com> | 2018-02-01 08:10:34 +0000 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2018-02-12 20:49:09 +0100 |
commit | 8f886de18a39d714989a74bfb1f96da4b4263772 (patch) | |
tree | 8af58834886e7ea86dafff0ea0230f3c7e6137c0 /drivers/leds/Kconfig | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | linux-8f886de18a39d714989a74bfb1f96da4b4263772.tar.gz linux-8f886de18a39d714989a74bfb1f96da4b4263772.tar.bz2 linux-8f886de18a39d714989a74bfb1f96da4b4263772.zip |
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>
Diffstat (limited to 'drivers/leds/Kconfig')
-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 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 |