diff options
author | Jernej Skrabec <jernej.skrabec@siol.net> | 2021-03-06 20:54:19 +0100 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2021-04-16 01:12:59 +0100 |
commit | 599177ed5139dbab112d0c9603e18382d0c642ba (patch) | |
tree | 1e285ab0e4d11f7cb2e6d4b3c08b1eae2871f014 /arch/arm | |
parent | 747c2421c69d516af0f330cecf595fe4480854a3 (diff) | |
download | u-boot-599177ed5139dbab112d0c9603e18382d0c642ba.tar.gz u-boot-599177ed5139dbab112d0c9603e18382d0c642ba.tar.xz u-boot-599177ed5139dbab112d0c9603e18382d0c642ba.zip |
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')
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index a29d11505a..8e9012dbbf 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--- |