1*11696c5eSBiju Das# SPDX-License-Identifier: GPL-2.0
2*11696c5eSBiju Dasconfig DRM_SHMOBILE
3*11696c5eSBiju Das	tristate "DRM Support for SH Mobile"
4*11696c5eSBiju Das	depends on DRM
5*11696c5eSBiju Das	depends on ARCH_RENESAS || ARCH_SHMOBILE || COMPILE_TEST
6*11696c5eSBiju Das	select BACKLIGHT_CLASS_DEVICE
7*11696c5eSBiju Das	select DRM_KMS_HELPER
8*11696c5eSBiju Das	select DRM_GEM_DMA_HELPER
9*11696c5eSBiju Das	help
10*11696c5eSBiju Das	  Choose this option if you have an SH Mobile chipset.
11*11696c5eSBiju Das	  If M is selected the module will be called shmob-drm.
12*11696c5eSBiju Das
13