Skip to content

Commit d48982f

Browse files
seanyoungmchehab
authored andcommitted
[media] staging: lirc_bt829: remove
This driver is for an old mach64 VT board, which also has a framebuffer driver (atyfb) and userspace mach64 X driver. It was merged in 2010 and noone has attempted to port it to rc-core, which would be necessary to get it out of staging. I have not been able to track down the hardware either. Signed-off-by: Sean Young <[email protected]> Cc: Jarod Wilson <[email protected]> Cc: Leonid Froenchenko <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 2933974 commit d48982f

File tree

3 files changed

+0
-408
lines changed

3 files changed

+0
-408
lines changed

drivers/staging/media/lirc/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ menuconfig LIRC_STAGING
1212

1313
if LIRC_STAGING
1414

15-
config LIRC_BT829
16-
tristate "BT829 based hardware"
17-
depends on LIRC && PCI
18-
help
19-
Driver for the IR interface on BT829-based hardware
20-
2115
config LIRC_IMON
2216
tristate "Legacy SoundGraph iMON Receiver and Display"
2317
depends on LIRC && USB

drivers/staging/media/lirc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# Each configuration option enables a list of files.
55

6-
obj-$(CONFIG_LIRC_BT829) += lirc_bt829.o
76
obj-$(CONFIG_LIRC_IMON) += lirc_imon.o
87
obj-$(CONFIG_LIRC_SASEM) += lirc_sasem.o
98
obj-$(CONFIG_LIRC_SIR) += lirc_sir.o

0 commit comments

Comments
 (0)