vc4: why no framebuffer device?

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-09-22 07:47:51 +02:00
committed by Andrei Gherzan
parent 8d17669588
commit 1ebb370e81
+1 -1
View File
@@ -116,7 +116,7 @@ do_configure_prepend() {
if [ ${VC4GRAPHICS} = "1" ]; then
kernel_configure_variable I2C_BCM2835 y
kernel_configure_variable DRM y
kernel_configure_variable DRM_FBDEV_EMULATION n
kernel_configure_variable DRM_FBDEV_EMULATION y
kernel_configure_variable DRM_VC4 y
kernel_configure_variable FB_BCM2708 n
fi