Эх сурвалжийг харах

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>
Martin Dummer 9 жил өмнө
parent
commit
fe15ee47e4

+ 3 - 2
drivers/leds/Kconfig

@@ -413,10 +413,11 @@ config LEDS_INTEL_SS4200
 	tristate "LED driver for Intel NAS SS4200 series"
 	tristate "LED driver for Intel NAS SS4200 series"
 	depends on LEDS_CLASS
 	depends on LEDS_CLASS
 	depends on PCI && DMI
 	depends on PCI && DMI
+	depends on X86
 	help
 	help
 	  This option enables support for the Intel SS4200 series of
 	  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.
 	  can stop the front LED from blinking after startup.
 
 
 config LEDS_LT3593
 config LEDS_LT3593