[PATCH] drm/v3d: fix Kconfig ARCH_BCMSTB typo preventing compile

2020-03-15 Thread Daniel Rodriguez
The Kconfig for v3d includes a depend on ARCH_BRCMSTB. It is misspelled; as ARCH_BCMSTB. This misspelling makes CONFIG_DRM_V3D not show up at all on Linux menuconfig and breaks manual kernel compilation with it manually set in .config (during compile CONFIG_DRM_V3D is transparently removed as the n

[PATCH] drm/v3d: fix Kconfig ARCH_BCMSTB typo preventing compile

2020-03-15 Thread Daniel Rodriguez
The Kconfig for v3d includes a depend on ARCH_BRCMSTB. It is misspelled; as ARCH_BCMSTB. This misspelling makes CONFIG_DRM_V3D not show up at all on Linux menuconfig and breaks manual kernel compilation with it manually set in .config (during compile CONFIG_DRM_V3D is transparently removed as the n