]> git.baikalelectronics.ru Git - kernel.git/commit
drm: v3d: correct reference to config ARCH_BRCMSTB
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 19 Aug 2021 11:22:51 +0000 (13:22 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 26 Aug 2021 09:19:08 +0000 (11:19 +0200)
commit1d10206ec722a142314592483d7b08cc57373494
treebbcf793128f6a0132f70c341a34fd18fd8600fdd
parent1ead10e50743283acb16c21f13889d4a539df64f
drm: v3d: correct reference to config ARCH_BRCMSTB

Commit b0214c68b650 ("drm/v3d: Introduce a new DRM driver for Broadcom V3D
V3.x+") adds the config DRM_V3D, which depends on "ARCH_BCMSTB".

Although, a bit confusing: all Broadcom architectures in
./arch/arm/mach-bcm/Kconfig have the prefix "ARCH_BCM", except for
ARCH_BRCMSTB, i.e., the config for Broadcom BCM7XXX based boards.

So, correct the reference ARCH_BCMSTB to the intended ARCH_BRCMSTB.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210819112253.16484-4-lukas.bulwahn@gmail.com
drivers/gpu/drm/v3d/Kconfig