From 3ed01076a02849048eb4b1a62b038023a969b236 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 24 Jan 2017 05:22:41 +0000 Subject: [PATCH] [arm64,armhf] video/fbdev: Enable FB_EFI (Closes: #851778) --- debian/changelog | 1 + debian/config/arm64/config | 5 +++++ debian/config/armhf/config | 1 + 3 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8dd8572a2..2823c28ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -358,6 +358,7 @@ linux (4.9.5-1) UNRELEASED; urgency=medium * [x86] sound/soc/intel: Enable SND_SOC_INTEL_BDW_RT5677_MACH as module (Closes: #851916) * [arm64] video/fbdev: Change FB from module to built-in + * [arm64,armhf] video/fbdev: Enable FB_EFI (Closes: #851778) [ Salvatore Bonaccorso ] * tmpfs: clear S_ISGID when setting posix ACLs (CVE-2017-5551) diff --git a/debian/config/arm64/config b/debian/config/arm64/config index a68422b78..27341c419 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -722,6 +722,11 @@ CONFIG_USB_QCOM_8X16_PHY=m CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_LP855X=m +## +## file: drivers/video/fbdev/Kconfig +## +CONFIG_FB_EFI=y + ## ## file: drivers/virtio/Kconfig ## diff --git a/debian/config/armhf/config b/debian/config/armhf/config index 40ccc0bf9..5fe1fd751 100644 --- a/debian/config/armhf/config +++ b/debian/config/armhf/config @@ -1183,6 +1183,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y ## file: drivers/video/fbdev/Kconfig ## CONFIG_FB_ARMCLCD=y +CONFIG_FB_EFI=y CONFIG_FB_VT8500=y CONFIG_FB_WM8505=y CONFIG_FB_SIMPLE=y