[PATCH RFC 8/9] sunxi: Enable display engine on H6/D1

John Watts contact at jookia.org
Sat Apr 20 02:02:41 CEST 2024


Now that all the code is present and can compile, enable the DE2 so
people can use it.

Signed-off-by: John Watts <contact at jookia.org>
---
 arch/arm/mach-sunxi/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index ddf9414b08..9d76e429ef 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -202,6 +202,7 @@ config SUN50I_GEN_H6
 	select SPL_LOAD_FIT if SPL
 	select MMC_SUNXI_HAS_NEW_MODE
 	select SUPPORT_SPL
+	select SUNXI_DE2
 	---help---
 	Select this for sunxi SoCs which have H6 like peripherals, clocks
 	and memory map.
@@ -210,6 +211,7 @@ config SUNXI_GEN_NCAT2
 	bool
 	select MMC_SUNXI_HAS_NEW_MODE
 	select SUPPORT_SPL
+	select SUNXI_DE2
 	---help---
 	Select this for sunxi SoCs which have D1 like peripherals, clocks
 	and memory map.

-- 
2.44.0



More information about the U-Boot mailing list