projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe4d9a
)
drm/tegra: don't depend on OF
author
Stephen Warren
<swarren@nvidia.com>
Mon, 11 Mar 2013 22:33:02 +0000
(16:33 -0600)
committer
Thierry Reding
<thierry.reding@avionic-design.de>
Mon, 22 Apr 2013 10:40:56 +0000
(12:40 +0200)
ARCH_TEGRA always enabled OF, so there's no need for any driver to
depend on it.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
drivers/gpu/host1x/drm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/host1x/drm/Kconfig
b/drivers/gpu/host1x/drm/Kconfig
index aa9d0768d6eb07acbf2034779062f38a7fe03e3d..69853a4de40aecd85774d234640778646a552b2c 100644
(file)
--- a/
drivers/gpu/host1x/drm/Kconfig
+++ b/
drivers/gpu/host1x/drm/Kconfig
@@
-1,6
+1,6
@@
config DRM_TEGRA
bool "NVIDIA Tegra DRM"
- depends on DRM
&& OF
+ depends on DRM
select DRM_KMS_HELPER
select FB_SYS_FILLRECT
select FB_SYS_COPYAREA