leds: Kconfig cleanup
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 20 Jan 2010 23:08:30 +0000 (16:08 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 16 Mar 2010 19:49:21 +0000 (19:49 +0000)
commitd09e16664be88dc8463fe7508a2123460bf6d676
tree892f39600b791a1cc88637381c084b3d49e26192
parentbb9b6ef70f08f256ab4b8ec127c17ee629b85350
leds: Kconfig cleanup

Remove the need for "depends on LEDS_CLASS" by wrapping the affected
config options in an if/endif block. Similar for "depends on LEDS_TRIGGERS".

LEDS_COBALT_RAQ still has a "depends on LEDS_CLASS=y" since it cannot
be selected to build as a module.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
drivers/leds/Kconfig