Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc6 14 lines 435 B view raw
1config DRM_SHMOBILE 2 tristate "DRM Support for SH Mobile" 3 depends on DRM && ARM 4 depends on ARCH_SHMOBILE || COMPILE_TEST 5 depends on FB_SH_MOBILE_MERAM || !FB_SH_MOBILE_MERAM 6 select BACKLIGHT_CLASS_DEVICE 7 select BACKLIGHT_LCD_SUPPORT 8 select DRM_KMS_HELPER 9 select DRM_KMS_CMA_HELPER 10 select DRM_GEM_CMA_HELPER 11 help 12 Choose this option if you have an SH Mobile chipset. 13 If M is selected the module will be called shmob-drm. 14