mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 13:40:53 +07:00
9a673215bd
Now that there's a debugfs node to control the same, remove the config option. Reviewed-by: James Qian Wang (Arm Technology China) <james.qian.wang@arm.com> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Signed-off-by: Mihail Atanassov <mihail.atanassov@arm.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191107114155.54307-3-mihail.atanassov@arm.com
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config DRM_KOMEDA
|
|
tristate "ARM Komeda display driver"
|
|
depends on DRM && OF
|
|
depends on COMMON_CLK
|
|
select DRM_KMS_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_GEM_CMA_HELPER
|
|
select VIDEOMODE_HELPERS
|
|
help
|
|
Choose this option if you want to compile the ARM Komeda display
|
|
Processor driver. It supports the D71 variants of the hardware.
|
|
|
|
If compiled as a module it will be called komeda.
|