summaryrefslogtreecommitdiff
path: root/drivers/mxc/gpu-viv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/gpu-viv/Kconfig')
-rw-r--r--drivers/mxc/gpu-viv/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mxc/gpu-viv/Kconfig b/drivers/mxc/gpu-viv/Kconfig
new file mode 100644
index 000000000000..d1fcd69b2845
--- /dev/null
+++ b/drivers/mxc/gpu-viv/Kconfig
@@ -0,0 +1,11 @@
+menu "MXC Vivante GPU support"
+ depends on SOC_IMX6 || ARCH_FSL_IMX8QM
+
+config MXC_GPU_VIV
+ tristate "MXC Vivante GPU support"
+ default y
+
+ ---help---
+ Say Y to get the GPU driver support.
+
+endmenu