2018-07-26 05:37:49 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2012-04-26 15:53:59 +04:00
|
|
|
config DRM_SHMOBILE
|
|
|
|
tristate "DRM Support for SH Mobile"
|
2016-01-21 02:02:05 +03:00
|
|
|
depends on DRM && ARM
|
2014-05-26 16:52:13 +04:00
|
|
|
depends on ARCH_SHMOBILE || COMPILE_TEST
|
2013-10-29 21:20:58 +04:00
|
|
|
select BACKLIGHT_CLASS_DEVICE
|
2012-04-26 15:53:59 +04:00
|
|
|
select DRM_KMS_HELPER
|
|
|
|
select DRM_KMS_CMA_HELPER
|
|
|
|
select DRM_GEM_CMA_HELPER
|
|
|
|
help
|
|
|
|
Choose this option if you have an SH Mobile chipset.
|
|
|
|
If M is selected the module will be called shmob-drm.
|
|
|
|
|