Skip to content

Commit a422eec

Browse files
digetxthierryreding
authored andcommitted
ARM: tegra: Enable CONFIG_FB
Previously CONFIG_FB was auto-selected, now it's not. We completely lost framebuffer in tegra_defconfig. Select the CONFIG_FB to fix it. Fixes: f611b1e ("drm: Avoid circular dependencies for CONFIG_FB") Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 4398a03 commit a422eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/configs/tegra_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ CONFIG_DRM_LVDS_CODEC=y
209209
# CONFIG_LCD_CLASS_DEVICE is not set
210210
CONFIG_BACKLIGHT_CLASS_DEVICE=y
211211
CONFIG_BACKLIGHT_PWM=y
212+
CONFIG_FB=y
212213
CONFIG_FRAMEBUFFER_CONSOLE=y
213214
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
214215
CONFIG_LOGO=y

0 commit comments

Comments
 (0)