diff options
author | Sean Young <sean@mess.org> | 2017-03-07 17:07:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-05 14:50:57 -0300 |
commit | e66267161971155a8b4756b4e17f2f2f82b9f842 (patch) | |
tree | 67c413ea3acf265ae5ce521150ad2398ad8f8f13 /drivers/media/rc/Kconfig | |
parent | 8c7c6cad6aee5013694120a2b2907c530c08a245 (diff) | |
download | linux-e66267161971155a8b4756b4e17f2f2f82b9f842.tar.bz2 |
[media] rc: promote lirc_sir out of staging
Rename lirc_sir to sir_ir in the process.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index d1d3fd00ed89..e422f3d56f76 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig @@ -426,4 +426,13 @@ config IR_SERIAL_TRANSMITTER ---help--- Serial Port Transmitter support +config IR_SIR + tristate "Built-in SIR IrDA port" + depends on RC_CORE + ---help--- + Say Y if you want to use a IrDA SIR port Transceivers. + + To compile this driver as a module, choose M here: the module will + be called sir-ir. + endif #RC_DEVICES |