Commit f1b0a43b authored by Marek Behún's avatar Marek Behún Committed by Pavel Machek

leds: various: compile if COMPILE_TEST=y

These drivers can be compiled without modification when COMPILE_TEST=y:
  cobalt-qube, cobalt-raq, netxbig, ns2 and s3c24xx
Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Dan Murphy <dmurphy@ti.com>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent de73f275
...@@ -274,7 +274,7 @@ config LEDS_MT6323 ...@@ -274,7 +274,7 @@ config LEDS_MT6323
config LEDS_S3C24XX config LEDS_S3C24XX
tristate "LED Support for Samsung S3C24XX GPIO LEDs" tristate "LED Support for Samsung S3C24XX GPIO LEDs"
depends on LEDS_CLASS depends on LEDS_CLASS
depends on ARCH_S3C24XX depends on ARCH_S3C24XX || COMPILE_TEST
help help
This option enables support for LEDs connected to GPIO lines This option enables support for LEDs connected to GPIO lines
on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440. on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
...@@ -304,13 +304,13 @@ config LEDS_WRAP ...@@ -304,13 +304,13 @@ config LEDS_WRAP
config LEDS_COBALT_QUBE config LEDS_COBALT_QUBE
tristate "LED Support for the Cobalt Qube series front LED" tristate "LED Support for the Cobalt Qube series front LED"
depends on LEDS_CLASS depends on LEDS_CLASS
depends on MIPS_COBALT depends on MIPS_COBALT || COMPILE_TEST
help help
This option enables support for the front LED on Cobalt Qube series This option enables support for the front LED on Cobalt Qube series
config LEDS_COBALT_RAQ config LEDS_COBALT_RAQ
bool "LED Support for the Cobalt Raq series" bool "LED Support for the Cobalt Raq series"
depends on LEDS_CLASS=y && MIPS_COBALT depends on LEDS_CLASS=y && (MIPS_COBALT || COMPILE_TEST)
select LEDS_TRIGGERS select LEDS_TRIGGERS
help help
This option enables support for the Cobalt Raq series LEDs. This option enables support for the Cobalt Raq series LEDs.
...@@ -644,7 +644,7 @@ config LEDS_MC13783 ...@@ -644,7 +644,7 @@ config LEDS_MC13783
config LEDS_NS2 config LEDS_NS2
tristate "LED support for Network Space v2 GPIO LEDs" tristate "LED support for Network Space v2 GPIO LEDs"
depends on LEDS_CLASS depends on LEDS_CLASS
depends on MACH_KIRKWOOD || MACH_ARMADA_370 depends on MACH_KIRKWOOD || MACH_ARMADA_370 || COMPILE_TEST
default y default y
help help
This option enables support for the dual-GPIO LEDs found on the This option enables support for the dual-GPIO LEDs found on the
...@@ -658,7 +658,7 @@ config LEDS_NS2 ...@@ -658,7 +658,7 @@ config LEDS_NS2
config LEDS_NETXBIG config LEDS_NETXBIG
tristate "LED support for Big Network series LEDs" tristate "LED support for Big Network series LEDs"
depends on LEDS_CLASS depends on LEDS_CLASS
depends on MACH_KIRKWOOD depends on MACH_KIRKWOOD || COMPILE_TEST
depends on OF_GPIO depends on OF_GPIO
default y default y
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment