Message ID | 20240420-d1_de2-v1-8-297efca674ba@jookia.org |
---|---|
State | Under Review |
Delegated to: | Anatolij Gustschin |
Headers | show |
Series | sunxi: video: Support LCD and HDMI output on H6/D1 | expand |
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.
Now that all the code is present and can compile, enable the DE2 so people can use it. Signed-off-by: John Watts <contact@jookia.org> --- arch/arm/mach-sunxi/Kconfig | 2 ++ 1 file changed, 2 insertions(+)