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:
9d0685a
)
drm/rockchip: Flip select/depends in Kconfig
author
Daniel Vetter
<
[email protected]
>
Tue, 3 Mar 2015 09:58:08 +0000
(10:58 +0100)
committer
Dave Airlie
<
[email protected]
>
Tue, 3 Mar 2015 10:31:16 +0000
(20:31 +1000)
Otherwise Kconfig gets confused and somehow ends up creating a 2nd drm
submenu. I couldn't find i915 because of this any more at first.
Cc: Andy Yan <
[email protected]
>
Cc: Russell King <
[email protected]
>
Cc: Philipp Zabel <
[email protected]
>
Cc: "Yann E. MORIN" <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Daniel Vetter <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/rockchip/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/rockchip/Kconfig
b/drivers/gpu/drm/rockchip/Kconfig
index 35215f6867d3d040c1646ba9c30425bcadacfa25..c22310c91672d25e9675d54fbeae9f52714b2e99 100644
(file)
--- a/
drivers/gpu/drm/rockchip/Kconfig
+++ b/
drivers/gpu/drm/rockchip/Kconfig
@@
-18,8
+18,8
@@
config DRM_ROCKCHIP
config ROCKCHIP_DW_HDMI
tristate "Rockchip specific extensions for Synopsys DW HDMI"
- depends on DRM_ROCKCHIP
select DRM_DW_HDMI
+ depends on DRM_ROCKCHIP
help
This selects support for Rockchip SoC specific extensions
for the Synopsys DesignWare HDMI driver. If you want to