aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xlnx_ctrl_driver/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/xlnx_ctrl_driver/Kconfig')
-rw-r--r--drivers/staging/xlnx_ctrl_driver/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/xlnx_ctrl_driver/Kconfig b/drivers/staging/xlnx_ctrl_driver/Kconfig
new file mode 100644
index 000000000000..3bff5e6d1aca
--- /dev/null
+++ b/drivers/staging/xlnx_ctrl_driver/Kconfig
@@ -0,0 +1,15 @@
+config XLNX_CTRL_FRMBUF
+ tristate "FB Control driver"
+ help
+ This driver is to support Xilinx Framebuffer read and write IP. This
+ driver is simple control plane driver which is controlled by ioctls
+ from userspace. It is free from any other media framework like V4l2 or
+ DRM hence, doesn't need to adhere to V4L2 or DRM.
+
+config XLNX_CTRL_VPSS
+ tristate "VPSS Control driver"
+ help
+ This driver is to support Xilinx VPSS IP. This driver is simple
+ control plane driver which is controlled by ioctls from userspace. It
+ is free from any media framework like V4l2 or DRM hence, doesn't need
+ to adhere to V4L2 or DRM.