summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2010-10-29 21:08:28 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 11:16:38 +0100
commit5b2e303f6df1e0b1a903950c5d613a20c8c71a37 (patch)
tree2fdd9dfedac05cc473e282e7d20331863b58b6f8 /drivers/media/rc/Kconfig
parent[media] ir-core: make struct rc_dev the primary interface (diff)
downloadlinux-5b2e303f6df1e0b1a903950c5d613a20c8c71a37.tar.xz
linux-5b2e303f6df1e0b1a903950c5d613a20c8c71a37.zip
[media] rc-core: convert winbond-cir
Move winbond-cir from drivers/input/misc/ into drivers/media/rc/ and convert it to use rc-core. Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r--drivers/media/rc/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index d05003d0995f..2d1546889c9b 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -164,4 +164,21 @@ config IR_STREAMZAP
To compile this driver as a module, choose M here: the
module will be called streamzap.
+config IR_WINBOND_CIR
+ tristate "Winbond IR remote control"
+ depends on X86 && PNP
+ depends on IR_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
+ in some Winbond SuperI/O chips. Currently only the WPCD376I
+ chip is supported (included in some Intel Media series
+ motherboards).
+
+ To compile this driver as a module, choose M here: the module will
+ be called winbond_cir.
+
endif #IR_CORE