mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 16:50:54 +07:00
[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>
This commit is contained in:
parent
8c7c6cad6a
commit
e662671619
@ -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
|
||||
|
@ -39,4 +39,5 @@ obj-$(CONFIG_RC_ST) += st_rc.o
|
||||
obj-$(CONFIG_IR_SUNXI) += sunxi-cir.o
|
||||
obj-$(CONFIG_IR_IMG) += img-ir/
|
||||
obj-$(CONFIG_IR_SERIAL) += serial_ir.o
|
||||
obj-$(CONFIG_IR_SIR) += sir_ir.o
|
||||
obj-$(CONFIG_IR_MTK) += mtk-cir.o
|
||||
|
@ -18,12 +18,6 @@ config LIRC_SASEM
|
||||
help
|
||||
Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module
|
||||
|
||||
config LIRC_SIR
|
||||
tristate "Built-in SIR IrDA port"
|
||||
depends on RC_CORE
|
||||
help
|
||||
Driver for the SIR IrDA port
|
||||
|
||||
config LIRC_ZILOG
|
||||
tristate "Zilog/Hauppauge IR Transmitter"
|
||||
depends on LIRC && I2C
|
||||
|
@ -4,5 +4,4 @@
|
||||
# Each configuration option enables a list of files.
|
||||
|
||||
obj-$(CONFIG_LIRC_SASEM) += lirc_sasem.o
|
||||
obj-$(CONFIG_LIRC_SIR) += lirc_sir.o
|
||||
obj-$(CONFIG_LIRC_ZILOG) += lirc_zilog.o
|
||||
|
Loading…
Reference in New Issue
Block a user