Kconfig (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) | Kconfig (9da7ec9b19d8c1ad4f44e459fa5f93ad7a117dcd) |
---|---|
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_KMS_HELPER | 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_KMS_HELPER |
8 select DRM_DISPLAY_HELPER 9 select DRM_BRIDGE_CONNECTOR |
|
8 select DRM_GEM_DMA_HELPER 9 select VIDEOMODE_HELPERS 10 help 11 Choose this option if you have an SH Mobile chipset. 12 If M is selected the module will be called shmob-drm. 13 | 10 select DRM_GEM_DMA_HELPER 11 select VIDEOMODE_HELPERS 12 help 13 Choose this option if you have an SH Mobile chipset. 14 If M is selected the module will be called shmob-drm. 15 |