diff options
author | Sean Young <sean@mess.org> | 2013-07-30 18:00:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-08-22 10:49:18 -0400 |
commit | 1ac7fdeeb52b05e108713d1ccc63e714c2489717 (patch) | |
tree | 19da5dd2630bcf03419bf316ec8f5a79e5994472 /drivers/media/rc/Kconfig | |
parent | 5704e76c86a6bccbe41632041744a481c5bcb247 (diff) |
[media] winbond: wire up rc feedback led
Note that with the rc-feedback trigger, the cir-rx trigger is now
redundant. The cir-tx trigger is not used by default; if this
functionality is desired then it should exist in rc-core, not in
a driver.
Also make sure that the led is suspended on suspend.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 0bf4ac7276d6..11e84bcc23a1 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -250,7 +250,6 @@ config IR_WINBOND_CIR | |||
250 | depends on RC_CORE | 250 | depends on RC_CORE |
251 | select NEW_LEDS | 251 | select NEW_LEDS |
252 | select LEDS_CLASS | 252 | select LEDS_CLASS |
253 | select LEDS_TRIGGERS | ||
254 | select BITREVERSE | 253 | select BITREVERSE |
255 | ---help--- | 254 | ---help--- |
256 | Say Y here if you want to use the IR remote functionality found | 255 | Say Y here if you want to use the IR remote functionality found |