diff options
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 42b4feb0e7f9..3785162f928e 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -177,4 +177,17 @@ config IR_WINBOND_CIR | |||
177 | To compile this driver as a module, choose M here: the module will | 177 | To compile this driver as a module, choose M here: the module will |
178 | be called winbond_cir. | 178 | be called winbond_cir. |
179 | 179 | ||
180 | config RC_LOOPBACK | ||
181 | tristate "Remote Control Loopback Driver" | ||
182 | depends on RC_CORE | ||
183 | ---help--- | ||
184 | Say Y here if you want support for the remote control loopback | ||
185 | driver which allows TX data to be sent back as RX data. | ||
186 | This is mostly useful for debugging purposes. | ||
187 | |||
188 | If you're not sure, select N here. | ||
189 | |||
190 | To compile this driver as a module, choose M here: the module will | ||
191 | be called rc_loopback. | ||
192 | |||
180 | endif #RC_CORE | 193 | endif #RC_CORE |