On 6/1/22 13:02, Peter Robinson wrote:
Add compatible string and Kconfig options for bcm2711.
Signed-off-by: Nicolas Saenz Julienne nsaenzjulienne@suse.de Signed-off-by: Peter Robinson pbrobinson@gmail.com
Reviewed-by: Javier Martinez Canillas javierm@redhat.com
I've one small nit though.
[snip]
# SPDX-License-Identifier: GPL-2.0-only config DRM_V3D tristate "Broadcom V3D 3.x and newer"
- depends on ARCH_BCM || ARCH_BRCMSTB || COMPILE_TEST
- depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
The help text for this Kconfig symbol currently says:
help Choose this option if you have a system that has a Broadcom V3D 3.x or newer GPU, such as BCM7268.
Maybe you can add "... as BCM7268 or BCM2711." ?