diff options
author | Paul Barker <pbarker@toganlabs.com> | 2017-10-08 20:41:09 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-10-09 19:31:28 +0100 |
commit | 9d84186870a6f9bde44575690105b9bb5e44ca24 (patch) | |
tree | f2ff2399be554e7639bffa79e442f40be3dca1ad | |
parent | f6fecae82551b148c4ec685dde8728bae3f2695f (diff) | |
download | meta-raspberrypi-9d84186870a6f9bde44575690105b9bb5e44ca24.tar.gz |
linux-raspberrypi: Keep framebuffer support when vc4graphics is enabled
Framebuffer support may be required for some monitors and applications.
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index ee46532..da36ca7 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -146,7 +146,6 @@ do_configure_prepend() { | |||
146 | kernel_configure_variable DRM y | 146 | kernel_configure_variable DRM y |
147 | kernel_configure_variable DRM_FBDEV_EMULATION y | 147 | kernel_configure_variable DRM_FBDEV_EMULATION y |
148 | kernel_configure_variable DRM_VC4 y | 148 | kernel_configure_variable DRM_VC4 y |
149 | kernel_configure_variable FB_BCM2708 n | ||
150 | fi | 149 | fi |
151 | 150 | ||
152 | # Keep this the last line | 151 | # Keep this the last line |