aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xlnx_tsmux/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/xlnx_tsmux/Kconfig')
-rw-r--r--drivers/staging/xlnx_tsmux/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/xlnx_tsmux/Kconfig b/drivers/staging/xlnx_tsmux/Kconfig
new file mode 100644
index 000000000000..0c1d9498e35b
--- /dev/null
+++ b/drivers/staging/xlnx_tsmux/Kconfig
@@ -0,0 +1,11 @@
+config XLNX_TSMUX
+ tristate "Xilinx MPEG2 Transport Stream Muxer"
+ select DMA_SHARED_BUFFER
+ help
+ This driver is developed for mpeg2 transport stream muxer,
+ designed to allow passage of multimedia streams from the source
+ kernel sub-system, prepares mpeg2 transport stream and forward
+ to the sink kernel subsystem.
+
+ To compile this driver as a module, choose M here.
+ If unsure, choose N.