Linux Audio

Check our new training course

Loading...
Note: File does not exist in v5.4.
 1# SPDX-License-Identifier: GPL-2.0
 2config DRM_SHMOBILE
 3	tristate "DRM Support for SH Mobile"
 4	depends on DRM && PM
 5	depends on ARCH_RENESAS || ARCH_SHMOBILE || COMPILE_TEST
 6	select BACKLIGHT_CLASS_DEVICE
 7	select DRM_CLIENT_SELECTION
 8	select DRM_KMS_HELPER
 9	select DRM_DISPLAY_HELPER
10	select DRM_BRIDGE_CONNECTOR
11	select DRM_GEM_DMA_HELPER
12	select VIDEOMODE_HELPERS
13	help
14	  Choose this option if you have an SH Mobile chipset.
15	  If M is selected the module will be called shmob-drm.
16