From 28d262eecdb5b0290de0fb1b848b795241d04daa Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 28 Aug 2019 13:16:50 +0000 Subject: [PATCH] Add simple fb for 64bit --- buildroot-external/board/raspberrypi/kernel.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildroot-external/board/raspberrypi/kernel.config b/buildroot-external/board/raspberrypi/kernel.config index 15ed16aa7..37e0f19f0 100644 --- a/buildroot-external/board/raspberrypi/kernel.config +++ b/buildroot-external/board/raspberrypi/kernel.config @@ -1,2 +1,3 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y -# CONFIG_FB_BCM2708 is not set +CONFIG_FB_SIMPLE=y +# CONFIG_FB_BCM2708 is not set \ No newline at end of file