aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi
diff options
context:
space:
mode:
authorJernej Skrabec <jernej.skrabec@siol.net>2021-03-06 20:54:19 +0100
committerAndre Przywara <andre.przywara@arm.com>2021-04-16 01:12:59 +0100
commit599177ed5139dbab112d0c9603e18382d0c642ba (patch)
tree1e285ab0e4d11f7cb2e6d4b3c08b1eae2871f014 /arch/arm/mach-sunxi
parent747c2421c69d516af0f330cecf595fe4480854a3 (diff)
downloadu-boot-599177ed5139dbab112d0c9603e18382d0c642ba.zip
u-boot-599177ed5139dbab112d0c9603e18382d0c642ba.tar.gz
u-boot-599177ed5139dbab112d0c9603e18382d0c642ba.tar.bz2
sunxi: video: select dw-hdmi in Kconfig, not Makefile
Currently sunxi Makefile manually specifies full path to dw-hdmi common code. However, that is not needed because it can be selected in Kconfig instead. Select proper symbol in Kconfig and drop path from Makefile. Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r--arch/arm/mach-sunxi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index a29d115..8e9012d 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -973,6 +973,7 @@ config VIDEO_DE2
depends on SUNXI_DE2
select DM_VIDEO
select DISPLAY
+ select VIDEO_DW_HDMI
imply VIDEO_DT_SIMPLEFB
default y
---help---