diff options
author | Patrick Boettcher <devnull@localhost> | 2004-11-07 18:46:20 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2004-11-07 18:46:20 +0000 |
commit | b1adb56ca9f64c2cec0ba0ebb75332e51fd4ea79 (patch) | |
tree | 1aa61031b84e0b54f9c77c7f7d88e5a472e5a269 /linux/drivers/media/dvb/dibusb/Kconfig | |
parent | 42f883be562bf0649c308d7e206e73098074a72e (diff) | |
download | mediapointer-dvb-s2-b1adb56ca9f64c2cec0ba0ebb75332e51fd4ea79.tar.gz mediapointer-dvb-s2-b1adb56ca9f64c2cec0ba0ebb75332e51fd4ea79.tar.bz2 |
added remote control event handling. Thanks to David Matthews.
Diffstat (limited to 'linux/drivers/media/dvb/dibusb/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/dibusb/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dibusb/Kconfig b/linux/drivers/media/dvb/dibusb/Kconfig index c37fb4bac..028980897 100644 --- a/linux/drivers/media/dvb/dibusb/Kconfig +++ b/linux/drivers/media/dvb/dibusb/Kconfig @@ -42,3 +42,10 @@ config DVB_DIBUSB_MISDESIGNED_AN2235 CY7C64613 (AN2235). Say Y if your Artec device has 0x0574 as Vendor ID and 0x2235 as Product ID. + +config DVB_DIBCOM_DEBUG + bool "Enable extended debug support for DiBcom USB device" + depends on DVB_DIBUSB + help + Say Y if you want to enable debuging. See modinfo dvb-dibusb for + debug level. |