With the Cygnus port, we needed to add at least "|| ARCH_BCM_CYGNUS"
to let the module get built on a cygnus-only kernel.  However, I
anticipate having a port for Kona soon, so just present the module on
all of BCM.

Signed-off-by: Eric Anholt <e...@anholt.net>
---

I would be sending this through drm-misc-next, assuming BCM
maintainers like it.

 drivers/gpu/drm/vc4/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig
index 973b4203c0b2..f136813abf56 100644
--- a/drivers/gpu/drm/vc4/Kconfig
+++ b/drivers/gpu/drm/vc4/Kconfig
@@ -1,6 +1,6 @@
 config DRM_VC4
        tristate "Broadcom VC4 Graphics"
-       depends on ARCH_BCM2835 || COMPILE_TEST
+       depends on ARCH_BCM || COMPILE_TEST
        depends on DRM
        depends on SND && SND_SOC
        depends on COMMON_CLK
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to