This reverts commit e075e496f5
, as helper
code should always be selected by the driver that needs it, for the
convenience of the final user configuring a kernel.
The user who configures a kernel should not need to know which helpers
are needed for the driver he is interested in. Making a driver depend
on helper code means that the user needs to know which helpers to enable
first, which is very user-unfriendly.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1ba76cc4d96a8afefff5d1bc42fb1e1329c5da68.1713780345.git.geert+renesas@glider.be
Signed-off-by: Maxime Ripard <mripard@kernel.org>
17 lines
534 B
Text
17 lines
534 B
Text
config DRM_ZYNQMP_DPSUB
|
|
tristate "ZynqMP DisplayPort Controller Driver"
|
|
depends on ARCH_ZYNQMP || COMPILE_TEST
|
|
depends on COMMON_CLK && DRM && OF
|
|
depends on DMADEVICES
|
|
depends on PHY_XILINX_ZYNQMP
|
|
depends on XILINX_ZYNQMP_DPDMA
|
|
select DMA_ENGINE
|
|
select DRM_DISPLAY_DP_HELPER
|
|
select DRM_DISPLAY_HELPER
|
|
select DRM_GEM_DMA_HELPER
|
|
select DRM_KMS_HELPER
|
|
select GENERIC_PHY
|
|
help
|
|
This is a DRM/KMS driver for ZynqMP DisplayPort controller. Choose
|
|
this option if you have a Xilinx ZynqMP SoC with DisplayPort
|
|
subsystem.
|