OSDN Git Service

drm/sun4i: Update Kconfig defaults and descriptions
authorSamuel Holland <samuel@sholland.org>
Sat, 2 Jul 2022 19:32:50 +0000 (14:32 -0500)
committerMaxime Ripard <maxime@cerno.tech>
Fri, 8 Jul 2022 11:41:19 +0000 (13:41 +0200)
commit9c442b7aabb3953d3bbd156dc68a16cec60d3bff
treeaae4a62e43d651c671c78826d2e1d5f3ccc047c0
parent53565c28e6af2cef6bbf438c34250135e3564459
drm/sun4i: Update Kconfig defaults and descriptions

Allwinner display drivers are split roughly into two generations. The
first generation was found on early 32-bit ARM SoCs and contains DE1.0
and a custom HDMI controller. Clarify that these options only apply to
a specific list of SoCs, and limit selecting them to 32-bit ARM, to
avoid confusion.

The second generation, found in A83T and newer SoCs (both 32-bit and
64-bit), contains a DE2.0 and a DesignWare HDMI controller. Since this
is the most widely-used generation, enable it by default. The previous
default condition (MACH_SUN8I) was limited to 32-bit SoCs. Also enable
the DSI controller by default, which is found on 64-bit SoCs as well.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220702193250.52959-1-samuel@sholland.org
drivers/gpu/drm/sun4i/Kconfig