aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-04 14:36:40 -0500
committerTom Rini <trini@konsulko.com>2021-03-04 14:36:40 -0500
commit668866aa24a87244e64be42f296959297ddc5014 (patch)
tree064551ab9d630b2e8c6a3f2ef43477fe45a2dbf1 /arch/arm/mach-sunxi
parent19a33a7b5684b330bc904cbae93fd3c1e7c76430 (diff)
parent5d235324ae7a5b04b37c63a3445020fbd89ac7b2 (diff)
downloadu-boot-668866aa24a87244e64be42f296959297ddc5014.zip
u-boot-668866aa24a87244e64be42f296959297ddc5014.tar.gz
u-boot-668866aa24a87244e64be42f296959297ddc5014.tar.bz2
Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next
- convert sunxi_display to DM_VIDEO
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r--arch/arm/mach-sunxi/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 0135575..a29d115 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -816,13 +816,14 @@ config VIDEO_SUNXI
depends on !MACH_SUN9I
depends on !MACH_SUN50I
depends on !SUN50I_GEN_H6
- select VIDEO
+ select DM_VIDEO
+ select DISPLAY
imply VIDEO_DT_SIMPLEFB
default y
---help---
- Say Y here to add support for using a cfb console on the HDMI, LCD
- or VGA output found on most sunxi devices. See doc/README.video for
- info on how to select the video output and mode.
+ Say Y here to add support for using a graphical console on the HDMI,
+ LCD or VGA output found on older sunxi devices. This will also provide
+ a simple_framebuffer device for Linux.
config VIDEO_HDMI
bool "HDMI output support"