Re: [PATCH] drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled

2022-01-10 Thread Javier Martinez Canillas
On 12/16/21 22:09, Javier Martinez Canillas wrote: > The commit feeb07d0ca5a ("drm/hisilicon/hibmc: Make CONFIG_DRM_HISI_HIBMC > depend on ARM64") made the driver Kconfig symbol to depend on ARM64 since > it only supports that architecture and loading the module on others would > lead to incorrect

[PATCH] drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled

2021-12-16 Thread Javier Martinez Canillas
The commit feeb07d0ca5a ("drm/hisilicon/hibmc: Make CONFIG_DRM_HISI_HIBMC depend on ARM64") made the driver Kconfig symbol to depend on ARM64 since it only supports that architecture and loading the module on others would lead to incorrect video modes being used. But it also prevented the driver t