1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/hisilicon/hibmc
Javier Martinez Canillas a0f25a6bb3
drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled
The commit feeb07d0ca ("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 to be built on other architectures which
is useful to have compile test coverage when doing subsystem wide changes.

Make the dependency instead to be (ARM64 || COMPILE_TEST), so the driver
is buildable when the CONFIG_COMPILE_TEST option is enabled.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20211216210936.3329977-1-javierm@redhat.com
2022-01-27 13:38:04 +01:00
..
hibmc_drm_de.c drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCS 2021-06-24 15:37:08 +02:00
hibmc_drm_drv.c drm/hisilicon/hibmc: Replace module initialization with DRM helpers 2022-01-19 18:40:13 +01:00
hibmc_drm_drv.h drm/hisilicon: Use managed mode-config init 2020-12-08 19:33:31 -05:00
hibmc_drm_i2c.c drm/hibmc: Remove references to struct drm_device.pdev 2021-01-13 09:03:18 +01:00
hibmc_drm_regs.h drm/hisilicon: Add new clock/resolution configurations 2020-02-27 04:34:31 +00:00
hibmc_drm_vdac.c drm/hisilicon: Use drm_crtc_mask() 2021-01-11 19:53:05 -05:00
Kconfig drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled 2022-01-27 13:38:04 +01:00
Makefile drm/hisilicon: Delete the entire file hibmc_ttm.c 2020-12-04 06:02:22 -05:00