summaryrefslogtreecommitdiff
path: root/drivers/mxc/Kconfig
diff options
context:
space:
mode:
authorShawn Xiao <b49994@freescale.com>2015-08-26 15:29:26 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:20:42 +0300
commit8460c0e8d90844019ed516edfed6ffc9bc92f7f0 (patch)
tree0a65c7888e9274273e98255c5aee547088b1bce2 /drivers/mxc/Kconfig
parent1e49e90e147a7168cdac19ef8966d62fc918f286 (diff)
MGS-955 GPU:Integrate GPU module
1. Upstream 5.0.11p7 driver to kernel 2. Add the GPU configuration to imx6q.dtsi 3. Remove IRQF_DISABLED in GPU driver The IRQF_DISABLED has been removed from 4.1.0 kernel. To accomodate with the change, add version check logic and use 0x0 instead of IRQF_DISABLED from 4.1.0 kernel on. 4. Convert file->f_dentry->d_inode to file_inode() in GPU driver The file struct has changed since 3.19. Changed the usage in GPU driver too. 5. Add version check for CONFIG_PM_RUNTIME The CONFIG_PM_RUNTIME will never be used in 4.1.0 kernel. Add version check to avoid calling it in GPU driver. Signed-off-by: Shawn Xiao <b49994@freescale.com>
Diffstat (limited to 'drivers/mxc/Kconfig')
-rw-r--r--drivers/mxc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig
index a81314e8db44..4d4c137dfc73 100644
--- a/drivers/mxc/Kconfig
+++ b/drivers/mxc/Kconfig
@@ -13,6 +13,7 @@ config MXC_IPU
source "drivers/mxc/mlb/Kconfig"
source "drivers/mxc/ipu3/Kconfig"
+source "drivers/mxc/gpu-viv/Kconfig"
source "drivers/mxc/sim/Kconfig"
source "drivers/mxc/vpu/Kconfig"
source "drivers/mxc/hdmi-cec/Kconfig"