All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/leds/leds-ss4200: add depend on x86 arch
@ 2016-04-17 11:27 Martin Dummer
  2016-04-19  7:14 ` Jacek Anaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Dummer @ 2016-04-17 11:27 UTC (permalink / raw)
  To: rpurdie, j.anaszewski; +Cc: Martin Dummer, linux-leds

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>
---
 drivers/leds/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 2251478..5ae2834 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -413,10 +413,11 @@ config LEDS_INTEL_SS4200
 	tristate "LED driver for Intel NAS SS4200 series"
 	depends on LEDS_CLASS
 	depends on PCI && DMI
+	depends on X86
 	help
 	  This option enables support for the Intel SS4200 series of
-	  Network Attached Storage servers.  You may control the hard
-	  drive or power LEDs on the front panel.  Using this driver
+	  Network Attached Storage servers. You may control the hard
+	  drive or power LEDs on the front panel. Using this driver
 	  can stop the front LED from blinking after startup.
 
 config LEDS_LT3593
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/leds/leds-ss4200: add depend on x86 arch
  2016-04-17 11:27 [PATCH] drivers/leds/leds-ss4200: add depend on x86 arch Martin Dummer
@ 2016-04-19  7:14 ` Jacek Anaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Jacek Anaszewski @ 2016-04-19  7:14 UTC (permalink / raw)
  To: Martin Dummer; +Cc: rpurdie, linux-leds

Hi Martin,

Thanks for the patch, applied.

Best regards,
Jacek Anaszewski

On 04/17/2016 01:27 PM, Martin Dummer wrote:
> 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>
> ---
>   drivers/leds/Kconfig | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
> index 2251478..5ae2834 100644
> --- a/drivers/leds/Kconfig
> +++ b/drivers/leds/Kconfig
> @@ -413,10 +413,11 @@ config LEDS_INTEL_SS4200
>   	tristate "LED driver for Intel NAS SS4200 series"
>   	depends on LEDS_CLASS
>   	depends on PCI && DMI
> +	depends on X86
>   	help
>   	  This option enables support for the Intel SS4200 series of
> -	  Network Attached Storage servers.  You may control the hard
> -	  drive or power LEDs on the front panel.  Using this driver
> +	  Network Attached Storage servers. You may control the hard
> +	  drive or power LEDs on the front panel. Using this driver
>   	  can stop the front LED from blinking after startup.
>
>   config LEDS_LT3593
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-19  7:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-17 11:27 [PATCH] drivers/leds/leds-ss4200: add depend on x86 arch Martin Dummer
2016-04-19  7:14 ` Jacek Anaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.