diff options
author | Dave Airlie <airlied@redhat.com> | 2013-09-20 09:01:27 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-09-20 09:01:27 +1000 |
commit | 9808cc946943e4c260ff270f8b2e7884dd6968f8 (patch) | |
tree | d95e9ee29c9fc4d82a26c1a13a6320866479c337 /drivers/gpu/drm/exynos/Kconfig | |
parent | 8e1f80c01a4c9e21921cdbfd372196cee0b50c5c (diff) | |
parent | 662bb6992a505ad41db3c8b52b1e70934507c2e2 (diff) |
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes
Just small fixes, and code cleanups.
* 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos:
drm/exynos: fix return value check in lowlevel_buffer_allocate()
drm/exynos: Fix address space warnings in exynos_drm_fbdev.c
drm/exynos: Fix address space warning in exynos_drm_buf.c
drm/exynos: Remove redundant OF dependency
Diffstat (limited to 'drivers/gpu/drm/exynos/Kconfig')
-rw-r--r-- | drivers/gpu/drm/exynos/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 4752f223e5b..45b6ef59596 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -56,7 +56,7 @@ config DRM_EXYNOS_IPP config DRM_EXYNOS_FIMC bool "Exynos DRM FIMC" - depends on DRM_EXYNOS_IPP && MFD_SYSCON && OF + depends on DRM_EXYNOS_IPP && MFD_SYSCON help Choose this option if you want to use Exynos FIMC for DRM. |