mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 18:50:53 +07:00
505a2fca48
Currently enabling SH Mobile DRM support automatically pulls in fbdev dependency. However this dep is unnecessary since DRM core already handles this for us (DRM_FBDEV_EMULATION). Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1468586897-32298-9-git-send-email-tjakobi@math.uni-bielefeld.de
15 lines
435 B
Plaintext
15 lines
435 B
Plaintext
config DRM_SHMOBILE
|
|
tristate "DRM Support for SH Mobile"
|
|
depends on DRM && ARM
|
|
depends on ARCH_SHMOBILE || COMPILE_TEST
|
|
depends on FB_SH_MOBILE_MERAM || !FB_SH_MOBILE_MERAM
|
|
select BACKLIGHT_CLASS_DEVICE
|
|
select BACKLIGHT_LCD_SUPPORT
|
|
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.
|
|
|