]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/rockchip: add extcon dependency for DP
authorArnd Bergmann <arnd@arndb.de>
Tue, 14 Feb 2017 21:31:51 +0000 (22:31 +0100)
committerSean Paul <seanpaul@chromium.org>
Thu, 23 Feb 2017 16:09:45 +0000 (11:09 -0500)
commitb6705157b2db521ec7ff3b3ac205230f231798a6
tree999c5d0406fed15d73da94165cfc4eaec5c2635d
parentdc5e1d628a7bb631450ea661553a8bb496891f47
drm/rockchip: add extcon dependency for DP

The newly added DP driver links against the extcon core, which fails when
extcon is a module and this driver is not:

drivers/gpu/drm/rockchip/cdn-dp-core.o: In function `cdn_dp_get_port_lanes':
cdn-dp-core.c:(.text.cdn_dp_get_port_lanes+0x24): undefined reference to `extcon_get_state'
cdn-dp-core.c:(.text.cdn_dp_get_port_lanes+0x44): undefined reference to `extcon_get_property'

Let's make Kconfig enforce correct behavior with a dependency.

Fixes: 1a0f7ed3abe2 ("drm/rockchip: cdn-dp: add cdn DP support for rk3399")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Acked-by: Mark Yao <mark.yao@rock-chips.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170214213215.2888509-1-arnd@arndb.de
drivers/gpu/drm/rockchip/Kconfig