summaryrefslogtreecommitdiff
path: root/drivers/gpu/imx/lcdifv3/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/imx/lcdifv3/Kconfig')
-rw-r--r--drivers/gpu/imx/lcdifv3/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpu/imx/lcdifv3/Kconfig b/drivers/gpu/imx/lcdifv3/Kconfig
new file mode 100644
index 000000000000..8365c285f4a4
--- /dev/null
+++ b/drivers/gpu/imx/lcdifv3/Kconfig
@@ -0,0 +1,10 @@
+config IMX_LCDIFV3_CORE
+ tristate "i.MX LCDIFV3 core support"
+ depends on ARCH_MXC
+ depends on DRM && OF
+ select RESET_CONTROLLER
+ help
+ Choose this if you have a NXP i.MX8MP platform and want to use the
+ LCDIFV3 display controller. This option only enables LCDIFV3 base
+ support.
+