Skip to content

Commit 8519873

Browse files
nmenonsravnborg
authored andcommitted
drm: bridge: cdns: Kconfig: Switch over dependency to ARCH_K3
With the integration of chip-id detection scheme in kernel[1], there is no specific need to maintain multitudes of SoC specific config options, discussed as per [2], we have deprecated the usage in other places for v5.10-rc1. Fix the missing user so that we can clean up the configs in v5.11. [1] drivers/soc/ti/k3-socinfo.c commit 907a2b7 ("soc: ti: add k3 platforms chipid module driver") [2] https://lore.kernel.org/linux-arm-kernel/20200908112534.t5bgrjf7y3a6l2ss@akan/ Fixes: afba7e6 ("drm: bridge: cdns-mhdp8546: Add TI J721E wrapper") Cc: Swapnil Jakhade <sjakhade@cadence.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Yuti Amonkar <yamonkar@cadence.com> Cc: Jyri Sarha <jsarha@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20201026165441.22894-1-nm@ti.com
1 parent 9522750 commit 8519873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/gpu/drm/bridge/cadence

drivers/gpu/drm/bridge/cadence/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config DRM_CDNS_MHDP8546
1313
if DRM_CDNS_MHDP8546
1414

1515
config DRM_CDNS_MHDP8546_J721E
16-
depends on ARCH_K3_J721E_SOC || COMPILE_TEST
16+
depends on ARCH_K3 || COMPILE_TEST
1717
bool "J721E Cadence DPI/DP wrapper support"
1818
default y
1919
help

0 commit comments

Comments
 (0)