Message ID | 20241127133732.470414-1-tzimmermann@suse.de (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | drm/hibmc: Drop dependency on Aarch86 | expand |
s/Aarch86/AArch64 Am 27.11.24 um 14:37 schrieb Thomas Zimmermann: > There exists x86-based hardware with HiSilicon BMC chipsets. This > driver works well on these systems. Drop the dependency on ARM64. > > Tested on RH1288 V3. > > Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> > --- > drivers/gpu/drm/hisilicon/hibmc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/hisilicon/hibmc/Kconfig b/drivers/gpu/drm/hisilicon/hibmc/Kconfig > index 80253d39664a..93b8d32e3be1 100644 > --- a/drivers/gpu/drm/hisilicon/hibmc/Kconfig > +++ b/drivers/gpu/drm/hisilicon/hibmc/Kconfig > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0-only > config DRM_HISI_HIBMC > tristate "DRM Support for Hisilicon Hibmc" > - depends on DRM && PCI && (ARM64 || COMPILE_TEST) > + depends on DRM && PCI > depends on MMU > select DRM_CLIENT_SELECTION > select DRM_KMS_HELPER
Hi, On 2024/11/27 21:38, Thomas Zimmermann wrote: > s/Aarch86/AArch64 > Or just 'arm64'. > > Am 27.11.24 um 14:37 schrieb Thomas Zimmermann: >> There exists x86-based hardware with HiSilicon BMC chipsets. This >> driver works well on these systems. Drop the dependency on ARM64. >> >> Tested on RH1288 V3. >> >> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Sui Jingfeng <sui.jingfeng@linux.dev> >> --- >> drivers/gpu/drm/hisilicon/hibmc/Kconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/gpu/drm/hisilicon/hibmc/Kconfig >> b/drivers/gpu/drm/hisilicon/hibmc/Kconfig >> index 80253d39664a..93b8d32e3be1 100644 >> --- a/drivers/gpu/drm/hisilicon/hibmc/Kconfig >> +++ b/drivers/gpu/drm/hisilicon/hibmc/Kconfig >> @@ -1,7 +1,7 @@ >> # SPDX-License-Identifier: GPL-2.0-only >> config DRM_HISI_HIBMC >> tristate "DRM Support for Hisilicon Hibmc" >> - depends on DRM && PCI && (ARM64 || COMPILE_TEST) >> + depends on DRM && PCI >> depends on MMU >> select DRM_CLIENT_SELECTION >> select DRM_KMS_HELPER >
diff --git a/drivers/gpu/drm/hisilicon/hibmc/Kconfig b/drivers/gpu/drm/hisilicon/hibmc/Kconfig index 80253d39664a..93b8d32e3be1 100644 --- a/drivers/gpu/drm/hisilicon/hibmc/Kconfig +++ b/drivers/gpu/drm/hisilicon/hibmc/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only config DRM_HISI_HIBMC tristate "DRM Support for Hisilicon Hibmc" - depends on DRM && PCI && (ARM64 || COMPILE_TEST) + depends on DRM && PCI depends on MMU select DRM_CLIENT_SELECTION select DRM_KMS_HELPER
There exists x86-based hardware with HiSilicon BMC chipsets. This driver works well on these systems. Drop the dependency on ARM64. Tested on RH1288 V3. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> --- drivers/gpu/drm/hisilicon/hibmc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)