diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-09-05 12:55:32 +0200 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2013-09-16 14:57:03 +0200 |
commit | 09bd14b2cc9ec2e7261019566fac0afd4cf21d51 (patch) | |
tree | 47de8cddbc62acdb5b5ec01d6dce6bb31a0dbb9f /drivers/gpu | |
parent | drm/udl: rip out set_need_resched (diff) | |
download | linux-09bd14b2cc9ec2e7261019566fac0afd4cf21d51.tar.xz linux-09bd14b2cc9ec2e7261019566fac0afd4cf21d51.zip |
drm/exynos: Remove redundant OF dependency
Now that DRM_EXYNOS depends on OF, we do not need individual
drivers to depend on it.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu')
-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 4752f223e5b2..45b6ef595965 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. |