111696c5eSBiju Das# SPDX-License-Identifier: GPL-2.0 211696c5eSBiju Dasconfig DRM_SHMOBILE 311696c5eSBiju Das tristate "DRM Support for SH Mobile" 4616f73c9SGeert Uytterhoeven depends on DRM && PM 511696c5eSBiju Das depends on ARCH_RENESAS || ARCH_SHMOBILE || COMPILE_TEST 611696c5eSBiju Das select BACKLIGHT_CLASS_DEVICE 711696c5eSBiju Das select DRM_CLIENT_SELECTION 8*9da7ec9bSDmitry Baryshkov select DRM_KMS_HELPER 9*9da7ec9bSDmitry Baryshkov select DRM_DISPLAY_HELPER 1011696c5eSBiju Das select DRM_BRIDGE_CONNECTOR 116a6ab0c7SLaurent Pinchart select DRM_GEM_DMA_HELPER 1211696c5eSBiju Das select VIDEOMODE_HELPERS 1311696c5eSBiju Das help 1411696c5eSBiju Das Choose this option if you have an SH Mobile chipset. 1511696c5eSBiju Das If M is selected the module will be called shmob-drm. 16 17