summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-03-31 01:47:58 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2006-03-31 01:47:58 -0500
commit0bce98602d455b54f9e8f4915f7288e0b4b6bdb8 (patch)
tree5ed612f084703916fafdf162ecfdfdd4147387c2 /linux/drivers/media/video/pvrusb2/Kconfig
parent401def2d2cdb15034aa721cc524c9d7c70d3ddcd (diff)
downloadmediapointer-dvb-s2-0bce98602d455b54f9e8f4915f7288e0b4b6bdb8.tar.gz
mediapointer-dvb-s2-0bce98602d455b54f9e8f4915f7288e0b4b6bdb8.tar.bz2
Kconfig: add menu options for pvrusb2 sysfs and debug interface support
From: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/Kconfig')
-rw-r--r--linux/drivers/media/video/pvrusb2/Kconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig
index 9824ad267..b22ab7f5f 100644
--- a/linux/drivers/media/video/pvrusb2/Kconfig
+++ b/linux/drivers/media/video/pvrusb2/Kconfig
@@ -12,3 +12,30 @@ config VIDEO_PVRUSB2
To compile this driver as a module, choose M here: the
module will be called pvrusb2
+
+config VIDEO_PVRUSB2_SYSFS
+ bool "pvrusb2 sysfs support"
+ default y
+ depends on VIDEO_PVRUSB2 && SYSFS && EXPERIMENTAL
+ ---help---
+ This option enables the operation of a sysfs based
+ interface for query and control of the pvrusb2 driver.
+
+ This is not generally needed for v4l applications,
+ although certain applications are optimized to take
+ advantage of this feature.
+
+ If you are in doubt, say Y.
+
+ Note: This feature is experimental and subject to change.
+
+config VIDEO_PVRUSB2_DEBUGIFC
+ bool "pvrusb2 debug interface"
+ depends on VIDEO_PVRUSB2_SYSFS
+ ---help---
+ This option enables the inclusion of a debug interface
+ in the pvrusb2 driver, hosted through sysfs.
+
+ You do not need to select this option unless you plan
+ on debugging the driver or performing a manual firmware
+ extraction.