brintos

brintos / linux-shallow public Read only

0
0
Text · 456 B · c329ab8 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02config DRM_SHMOBILE3	tristate "DRM Support for SH Mobile"4	depends on DRM && PM5	depends on ARCH_RENESAS || ARCH_SHMOBILE || COMPILE_TEST6	select BACKLIGHT_CLASS_DEVICE7	select DRM_KMS_HELPER8	select DRM_DISPLAY_HELPER9	select DRM_BRIDGE_CONNECTOR10	select DRM_GEM_DMA_HELPER11	select VIDEOMODE_HELPERS12	help13	  Choose this option if you have an SH Mobile chipset.14	  If M is selected the module will be called shmob-drm.15 16