Message ID | 20200901073930.31548-1-linus.walleij@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e42fd7681b58f38da95e3566fc589e014ff978d6 |
Headers | show |
Series | ARM: configs: Update Versatile defconfig | expand |
Hello: This patch was applied to soc/soc.git (refs/heads/for-next). On Tue, 1 Sep 2020 09:39:30 +0200 you wrote: > Update the Integrator defconfig to the changes from the recent > kernel cycles and especially the v5.9-rc1 changes. > > - Move options around as a result of Kconfig changes. > - Drop the ZBOOT_ROM* stuff that doesn't exist anymore. > - Select CONFIG_DRM_DISPLAY_CONNECTOR=y, the > CONFIG_DRM_SIMPLE_BRIDGE was renamed when renaming the > driver, but the simple bridge requires another bridge, > the display connector bridge, in order to work, so this > is required to have graphics working properly in kernel > v5.9-rc1+ > > [...] Here is a summary with links: - ARM: configs: Update Versatile defconfig https://git.kernel.org/soc/soc/c/e42fd7681b58f38da95e3566fc589e014ff978d6 You are awesome, thank you!
diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index 767935337413..e7ecfb365e91 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig @@ -9,8 +9,6 @@ CONFIG_SLAB=y CONFIG_ARCH_VERSATILE=y CONFIG_AEABI=y CONFIG_OABI_COMPAT=y -CONFIG_ZBOOT_ROM_TEXT=0x0 -CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="root=1f03 mem=32M" CONFIG_FPE_NWFPE=y CONFIG_VFP=y @@ -59,6 +57,7 @@ CONFIG_GPIO_PL061=y CONFIG_DRM=y CONFIG_DRM_PANEL_ARM_VERSATILE=y CONFIG_DRM_PANEL_SIMPLE=y +CONFIG_DRM_DISPLAY_CONNECTOR=y CONFIG_DRM_SIMPLE_BRIDGE=y CONFIG_DRM_PL111=y CONFIG_FB_MODE_HELPERS=y @@ -91,8 +90,8 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_FONTS=y CONFIG_FONT_ACORN_8x8=y -CONFIG_DEBUG_FS=y CONFIG_MAGIC_SYSRQ=y +CONFIG_DEBUG_FS=y CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_USER=y CONFIG_DEBUG_LL=y
Update the Integrator defconfig to the changes from the recent kernel cycles and especially the v5.9-rc1 changes. - Move options around as a result of Kconfig changes. - Drop the ZBOOT_ROM* stuff that doesn't exist anymore. - Select CONFIG_DRM_DISPLAY_CONNECTOR=y, the CONFIG_DRM_SIMPLE_BRIDGE was renamed when renaming the driver, but the simple bridge requires another bridge, the display connector bridge, in order to work, so this is required to have graphics working properly in kernel v5.9-rc1+ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- arch/arm/configs/versatile_defconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)