diff options
author | Icenowy Zheng | 2017-10-26 11:14:47 +0800 |
---|---|---|
committer | Anatolij Gustschin | 2017-10-26 11:57:14 +0200 |
commit | be5b96f0e4110976a284aefe8b43fe09dee40957 (patch) | |
tree | 2d2c5d42d3353d9aa02d8282e06c467d385b879d /arch/arm | |
parent | f6bdddc92bbbd555868067cc529275327d1ba0fa (diff) |
sunxi: setup simplefb for Allwinner DE2
As the support of EFI boot on Allwinner H3 is broken, we still need to
use simplefb to pass the framebuffer to Linux.
Add code to setup simplefb for Allwinner DE2 driver.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.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 33869a3dde9..bb57d4ff812 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -770,6 +770,7 @@ config VIDEO_DE2 depends on SUNXI_DE2 select DM_VIDEO select DISPLAY + imply VIDEO_DT_SIMPLEFB default y ---help--- Say y here if you want to build DE2 video driver which is present on |