Laurent Pinchart | 51c1327 | 2012-04-26 13:53:59 +0200 | [diff] [blame] | 1 | config DRM_SHMOBILE |
| 2 | tristate "DRM Support for SH Mobile" |
Christoph Hellwig | e1c7e32 | 2016-01-20 15:02:05 -0800 | [diff] [blame] | 3 | depends on DRM && ARM |
Jean Delvare | c66de8c | 2014-05-26 14:52:13 +0200 | [diff] [blame] | 4 | depends on ARCH_SHMOBILE || COMPILE_TEST |
Arnd Bergmann | 56a8620 | 2015-01-29 17:16:38 +0100 | [diff] [blame] | 5 | depends on FB_SH_MOBILE_MERAM || !FB_SH_MOBILE_MERAM |
Laurent Pinchart | 0a5a549 | 2013-10-29 18:20:58 +0100 | [diff] [blame] | 6 | select BACKLIGHT_CLASS_DEVICE |
Arnd Bergmann | 56a8620 | 2015-01-29 17:16:38 +0100 | [diff] [blame] | 7 | select BACKLIGHT_LCD_SUPPORT |
Laurent Pinchart | 51c1327 | 2012-04-26 13:53:59 +0200 | [diff] [blame] | 8 | select DRM_KMS_HELPER |
Laurent Pinchart | 51c1327 | 2012-04-26 13:53:59 +0200 | [diff] [blame] | 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 | |