diff options
author | Sean Young <sean@mess.org> | 2013-07-31 02:00:03 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-08-22 18:49:18 +0400 |
commit | 1ac7fdeeb52b05e108713d1ccc63e714c2489717 (patch) | |
tree | 19da5dd2630bcf03419bf316ec8f5a79e5994472 /drivers/media/rc/Kconfig | |
parent | 5704e76c86a6bccbe41632041744a481c5bcb247 (diff) | |
download | linux-1ac7fdeeb52b05e108713d1ccc63e714c2489717.tar.xz |
[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 depends on RC_CORE select NEW_LEDS select LEDS_CLASS - select LEDS_TRIGGERS select BITREVERSE ---help--- Say Y here if you want to use the IR remote functionality found |