projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ef160
)
drm/omap: change "!CONFIG_FB_OMAP2" to "!FB_OMAP2"
author
Paul Bolle
<pebolle@tiscali.nl>
Wed, 13 Mar 2013 19:48:22 +0000
(20:48 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 27 Jun 2013 11:14:32 +0000
(21:14 +1000)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/omapdrm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/omapdrm/Kconfig
b/drivers/gpu/drm/omapdrm/Kconfig
index 09f65dc3d2c85397e4147e51291c1b7510450d03..45875a066bb9bfb9f9db1de7f958b728b235acef 100644
(file)
--- a/
drivers/gpu/drm/omapdrm/Kconfig
+++ b/
drivers/gpu/drm/omapdrm/Kconfig
@@
-1,7
+1,7
@@
config DRM_OMAP
tristate "OMAP DRM"
- depends on DRM && !
CONFIG_
FB_OMAP2
+ depends on DRM && !FB_OMAP2
depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
depends on OMAP2_DSS
select DRM_KMS_HELPER