Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/omap: Depend on CONFIG_OF

The driver accesses the drm_bridge.of_node field, which is present only
if CONFIG_OF is enabled. As all platforms using omapdrm are OF-based, we
can simply depend on CONFIG_OF.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>

+1 -1
+1 -1
drivers/gpu/drm/omapdrm/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 config DRM_OMAP 3 3 tristate "OMAP DRM" 4 - depends on DRM 4 + depends on DRM && OF 5 5 depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM 6 6 select DRM_KMS_HELPER 7 7 select VIDEOMODE_HELPERS