diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2021-07-14 05:51:22 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-08-11 12:12:48 +0200 |
commit | a422eec5bec79fc4a27da84e96a24c8ca3798341 (patch) | |
tree | 12ab4f2258369b0b34a4bcdb2ae62279cf5925ba /arch/arm/configs/tegra_defconfig | |
parent | 4398a03fd199f920f6924bf27767319bf7fc90b1 (diff) | |
download | linux-stable-a422eec5bec79fc4a27da84e96a24c8ca3798341.tar.gz linux-stable-a422eec5bec79fc4a27da84e96a24c8ca3798341.tar.bz2 linux-stable-a422eec5bec79fc4a27da84e96a24c8ca3798341.zip |
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: f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB")
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/configs/tegra_defconfig')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 63e7f3261e6d..ced01b114cd3 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -209,6 +209,7 @@ CONFIG_DRM_LVDS_CODEC=y # CONFIG_LCD_CLASS_DEVICE is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_PWM=y +CONFIG_FB=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_LOGO=y |