[PATCH] drm/omap: Depend on CONFIG_OF

Peter Stuge peter at stuge.se
Thu Aug 5 15:07:08 UTC 2021


Laurent Pinchart wrote:
> +++ b/drivers/gpu/drm/omapdrm/Kconfig
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  config DRM_OMAP
>  	tristate "OMAP DRM"
> -	depends on DRM
> +	depends on DRM && OF
>  	depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
>  	select OMAP2_DSS
>  	select DRM_KMS_HELPER

Would it make sense to select OF instead?


//Peter


More information about the dri-devel mailing list