forked from Minki/linux
46aa549fd1
The CONFIG_HISI_KIRIN_DW_DSI option is only used w/ kirin driver, so cut out the middleman and condense the config logic down. Cc: Rongrong Zou <zourongrong@gmail.com> Cc: Xinliang Liu <z.liuxinliang@hisilicon.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: dri-devel <dri-devel@lists.freedesktop.org> Cc: Sam Ravnborg <sam@ravnborg.org> Acked-by: Xinliang Liu <z.liuxinliang@hisilicon.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190820230626.23253-3-john.stultz@linaro.org
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_HISI_KIRIN
|
|
tristate "DRM Support for Hisilicon Kirin series SoCs Platform"
|
|
depends on DRM && OF && ARM64
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_CMA_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_MIPI_DSI
|
|
help
|
|
Choose this option if you have a hisilicon Kirin chipsets(hi6220).
|
|
If M is selected the module will be called kirin-drm.
|
|
|