linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH LOCAL] arm64: renesas_defconfig: Refresh for v5.7-rc1
@ 2020-04-15 12:49 Geert Uytterhoeven
  2020-04-20  7:59 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-04-15 12:49 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Update the defconfig for Renesas R-Car Gen3 boards:
  - Disable CONFIG_ARM64_AMU_EXTN (R-Car Gen3 is not ARMv8.4),
  - Enable CONFIG_DRM_DISPLAY_CONNECTOR (for HDMI, VGA, and composite
    display connectors on various boards, since commit 0c275c30176b2e78
    ("drm/bridge: Add bridge driver for display connectors")),
  - Replace CONFIG_DRM_DUMB_VGA_DAC by CONFIG_DRM_SIMPLE_BRIDGE (cfr.
    commit 0411374bdf2b3cc1 ("drm/bridge: dumb-vga-dac: Rename driver to
    simple-bridge")),
  - Disable CONFIG_VHOST_MENU (should not default to yes),
  - Drop CONFIG_ARCH_R8A7795=y (removed in commit 4ff27112282e5482
    ("soc: renesas: Remove ARCH_R8A7795")).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be applied to topic/renesas-defconfig.
Not intended for upstream merge.

 arch/arm64/configs/renesas_defconfig | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 1957279892e84ed8..1e01bdc22cedc5d7 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -50,6 +50,7 @@ CONFIG_COMPAT=y
 # CONFIG_ARM64_USE_LSE_ATOMICS is not set
 # CONFIG_ARM64_RAS_EXTN is not set
 # CONFIG_ARM64_PTR_AUTH is not set
+# CONFIG_ARM64_AMU_EXTN is not set
 # CONFIG_ARM64_E0PD is not set
 # CONFIG_ARCH_RANDOM is not set
 CONFIG_HIBERNATION=y
@@ -212,7 +213,8 @@ CONFIG_DRM_I2C_NXP_TDA998X=y
 CONFIG_DRM_RCAR_DU=y
 CONFIG_DRM_RCAR_DW_HDMI=y
 CONFIG_DRM_PANEL_LVDS=y
-CONFIG_DRM_DUMB_VGA_DAC=y
+CONFIG_DRM_DISPLAY_CONNECTOR=y
+CONFIG_DRM_SIMPLE_BRIDGE=y
 CONFIG_DRM_THINE_THC63LVD1024=y
 CONFIG_DRM_DW_HDMI_AHB_AUDIO=y
 CONFIG_DRM_DW_HDMI_I2S_AUDIO=y
@@ -275,6 +277,7 @@ CONFIG_VFIO_PCI=y
 CONFIG_VIRTIO_PCI=y
 CONFIG_VIRTIO_BALLOON=y
 CONFIG_VIRTIO_MMIO=y
+# CONFIG_VHOST_MENU is not set
 CONFIG_CHROME_PLATFORMS=y
 CONFIG_COMMON_CLK_CS2000_CP=y
 CONFIG_COMMON_CLK_VC5=y
@@ -288,7 +291,6 @@ CONFIG_IOMMU_IO_PGTABLE_LPAE=y
 CONFIG_ARCH_R8A774A1=y
 CONFIG_ARCH_R8A774B1=y
 CONFIG_ARCH_R8A774C0=y
-CONFIG_ARCH_R8A7795=y
 CONFIG_ARCH_R8A77950=y
 CONFIG_ARCH_R8A77951=y
 CONFIG_ARCH_R8A77960=y
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH LOCAL] arm64: renesas_defconfig: Refresh for v5.7-rc1
  2020-04-15 12:49 [PATCH LOCAL] arm64: renesas_defconfig: Refresh for v5.7-rc1 Geert Uytterhoeven
@ 2020-04-20  7:59 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-04-20  7:59 UTC (permalink / raw)
  To: Magnus Damm; +Cc: Linux-Renesas

On Wed, Apr 15, 2020 at 2:50 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> Update the defconfig for Renesas R-Car Gen3 boards:
>   - Disable CONFIG_ARM64_AMU_EXTN (R-Car Gen3 is not ARMv8.4),
>   - Enable CONFIG_DRM_DISPLAY_CONNECTOR (for HDMI, VGA, and composite
>     display connectors on various boards, since commit 0c275c30176b2e78
>     ("drm/bridge: Add bridge driver for display connectors")),
>   - Replace CONFIG_DRM_DUMB_VGA_DAC by CONFIG_DRM_SIMPLE_BRIDGE (cfr.
>     commit 0411374bdf2b3cc1 ("drm/bridge: dumb-vga-dac: Rename driver to
>     simple-bridge")),
>   - Disable CONFIG_VHOST_MENU (should not default to yes),
>   - Drop CONFIG_ARCH_R8A7795=y (removed in commit 4ff27112282e5482
>     ("soc: renesas: Remove ARCH_R8A7795")).
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> To be applied to topic/renesas-defconfig.
> Not intended for upstream merge.

> @@ -275,6 +277,7 @@ CONFIG_VFIO_PCI=y
>  CONFIG_VIRTIO_PCI=y
>  CONFIG_VIRTIO_BALLOON=y
>  CONFIG_VIRTIO_MMIO=y
> +# CONFIG_VHOST_MENU is not set
>  CONFIG_CHROME_PLATFORMS=y
>  CONFIG_COMMON_CLK_CS2000_CP=y
>  CONFIG_COMMON_CLK_VC5=y

I'm dropping this hunk, as it does not affect code generation.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-20  7:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 12:49 [PATCH LOCAL] arm64: renesas_defconfig: Refresh for v5.7-rc1 Geert Uytterhoeven
2020-04-20  7:59 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).