summaryrefslogtreecommitdiff
path: root/drivers/gpu/ipu-v3/Kconfig
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-06-11 10:13:58 +1000
committerDave Airlie <airlied@redhat.com>2014-06-11 10:13:58 +1000
commitc1a6e9fe82b46159af8cc4cf34fb51ee47862f05 (patch)
tree9ef7fc8fa3483dc7dc92034162118526a5d4377a /drivers/gpu/ipu-v3/Kconfig
parentb06c47a13c52cec01902d0094fdd7f78f4d54152 (diff)
parentd6ca8ca7ec555bdd3372687d0d775c837a09ff6e (diff)
Merge branch 'topic/ipu-destaging' of git://git.pengutronix.de/git/pza/linux into drm-next
Destage IPUv3 * 'topic/ipu-destaging' of git://git.pengutronix.de/git/pza/linux: gpu: ipu-v3: Register the CSI modules gpu: ipu-v3: Add CSI and SMFC module enable wrappers gpu: ipu-v3: Add ipu_idmac_get_current_buffer function gpu: ipu-v3: Add SMFC code gpu: ipu-v3: Move i.MX IPUv3 core driver out of staging
Diffstat (limited to 'drivers/gpu/ipu-v3/Kconfig')
-rw-r--r--drivers/gpu/ipu-v3/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/ipu-v3/Kconfig b/drivers/gpu/ipu-v3/Kconfig
new file mode 100644
index 000000000000..2f228a2f2a48
--- /dev/null
+++ b/drivers/gpu/ipu-v3/Kconfig
@@ -0,0 +1,7 @@
+config IMX_IPUV3_CORE
+ tristate "IPUv3 core support"
+ depends on SOC_IMX5 || SOC_IMX6Q || SOC_IMX6SL || ARCH_MULTIPLATFORM
+ depends on RESET_CONTROLLER
+ help
+ Choose this if you have a i.MX5/6 system and want to use the Image
+ Processing Unit. This option only enables IPU base support.