diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2016-04-17 07:27:52 -0400 |
---|---|---|
committer | Jacek Anaszewski <j.anaszewski@samsung.com> | 2016-04-19 03:01:19 -0400 |
commit | fe15ee47e48d6d10f60c11ac7a15ecc0d147d9ea (patch) | |
tree | 49ef98401d91266cd9831e0ee101ca5e5a41700d /drivers/leds | |
parent | cf6fea8cda8ae3b5b7576fa6bd2b35905e155967 (diff) |
leds: ss4200: Add depend on x86 arch
There is only one x86 hardware where the driver leds-ss4200 applies to.
Add kconfig dependency to x86 architecture, fix help text whitespace.
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 225147863e02..5ae28340a98b 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -413,10 +413,11 @@ config LEDS_INTEL_SS4200 | |||
413 | tristate "LED driver for Intel NAS SS4200 series" | 413 | tristate "LED driver for Intel NAS SS4200 series" |
414 | depends on LEDS_CLASS | 414 | depends on LEDS_CLASS |
415 | depends on PCI && DMI | 415 | depends on PCI && DMI |
416 | depends on X86 | ||
416 | help | 417 | help |
417 | This option enables support for the Intel SS4200 series of | 418 | This option enables support for the Intel SS4200 series of |
418 | Network Attached Storage servers. You may control the hard | 419 | Network Attached Storage servers. You may control the hard |
419 | drive or power LEDs on the front panel. Using this driver | 420 | drive or power LEDs on the front panel. Using this driver |
420 | can stop the front LED from blinking after startup. | 421 | can stop the front LED from blinking after startup. |
421 | 422 | ||
422 | config LEDS_LT3593 | 423 | config LEDS_LT3593 |