summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-09-22 07:47:51 +0200
committerAndrei Gherzan <andrei@resin.io>2016-10-14 14:49:05 +0200
commit1ebb370e81272667801a4fdd4c0369f58f277323 (patch)
tree2f5ad431d22c42a0d08489fa5557d6df8afbcf4b
parent8d176695888cae419d75930382a184080689fb59 (diff)
downloadmeta-raspberrypi-1ebb370e81272667801a4fdd4c0369f58f277323.tar.gz
vc4: why no framebuffer device?
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r--recipes-kernel/linux/linux-rpi.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc
index 3eeefee..95a9530 100644
--- a/recipes-kernel/linux/linux-rpi.inc
+++ b/recipes-kernel/linux/linux-rpi.inc
@@ -116,7 +116,7 @@ do_configure_prepend() {
116 if [ ${VC4GRAPHICS} = "1" ]; then 116 if [ ${VC4GRAPHICS} = "1" ]; then
117 kernel_configure_variable I2C_BCM2835 y 117 kernel_configure_variable I2C_BCM2835 y
118 kernel_configure_variable DRM y 118 kernel_configure_variable DRM y
119 kernel_configure_variable DRM_FBDEV_EMULATION n 119 kernel_configure_variable DRM_FBDEV_EMULATION y
120 kernel_configure_variable DRM_VC4 y 120 kernel_configure_variable DRM_VC4 y
121 kernel_configure_variable FB_BCM2708 n 121 kernel_configure_variable FB_BCM2708 n
122 fi 122 fi