Commit 9c58e8db authored by Daniel Vetter's avatar Daniel Vetter Committed by Dave Airlie

drm/rockchip: Flip select/depends in Kconfig

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 <andy.yan@rock-chips.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: linux-kbuild@vger.kernel.or
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
Signed-off-by: default avatarDave Airlie <airlied@gmail.com>
parent 9d0685ae
...@@ -18,8 +18,8 @@ config DRM_ROCKCHIP ...@@ -18,8 +18,8 @@ config DRM_ROCKCHIP
config ROCKCHIP_DW_HDMI config ROCKCHIP_DW_HDMI
tristate "Rockchip specific extensions for Synopsys DW HDMI" tristate "Rockchip specific extensions for Synopsys DW HDMI"
depends on DRM_ROCKCHIP
select DRM_DW_HDMI select DRM_DW_HDMI
depends on DRM_ROCKCHIP
help help
This selects support for Rockchip SoC specific extensions This selects support for Rockchip SoC specific extensions
for the Synopsys DesignWare HDMI driver. If you want to for the Synopsys DesignWare HDMI driver. If you want to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment