diff mbox series

arm64: defconfig: Enable additional support for Renesas platforms

Message ID 20200630171500.11438-1-geert+renesas@glider.be (mailing list archive)
State Mainlined
Commit 1d21a0a32f93e24711b13af493ac5fe728a7be1f
Delegated to: Geert Uytterhoeven
Headers show
Series arm64: defconfig: Enable additional support for Renesas platforms | expand

Commit Message

Geert Uytterhoeven June 30, 2020, 5:15 p.m. UTC
Increase build and test coverage by enabling support for more hardware
present on Renesas SoCs and boards:
  - Renesas Gigabit Ethernet Controller on R-Car V3H, as used on the
    Condor and V3HSK boards,
  - Sony IMX219 and OmniVision OV5645 cameras, as used on the
    AISTARVISION MIPI Adapter V2.1,
  - Analog Devices ADV7511 HDMI audio, as used on various boards
    (Condor, Draak, Eagle, Ebisu, V3HSK, and V3MSK).

All of the above are modular, except for Ethernet support (HDMI Audio
support is an optional feature of the modular ADV7511 driver).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-devel for v5.9.

I would also like to enable support for the Analog Devices ADV7180 video
decoder and ADV7604 HDMI receiver, as used on the Draak board:

    CONFIG_VIDEO_ADV7180=m
    CONFIG_VIDEO_ADV7604=m
    CONFIG_VIDEO_ADV7604_CEC=y

But these are unselectable (invisible) with MEDIA_SUBDRV_AUTOSELECT and
MEDIA_HIDE_ANCILLARY_SUBDRV, and I'm not brave enough to dare touching
the latter.
---
 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 883e8bace3ed2567..1a0e59d6fb374602 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -309,6 +309,7 @@  CONFIG_MLX5_CORE=m
 CONFIG_MLX5_CORE_EN=y
 CONFIG_QCOM_EMAC=m
 CONFIG_RMNET=m
+CONFIG_SH_ETH=y
 CONFIG_RAVB=y
 CONFIG_SMC91X=y
 CONFIG_SMSC911X=y
@@ -593,6 +594,8 @@  CONFIG_VIDEO_RENESAS_FCP=m
 CONFIG_VIDEO_RENESAS_VSP1=m
 CONFIG_SDR_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_RCAR_DRIF=m
+CONFIG_VIDEO_IMX219=m
+CONFIG_VIDEO_OV5645=m
 CONFIG_VIDEO_QCOM_CAMSS=m
 CONFIG_DRM=m
 CONFIG_DRM_I2C_NXP_TDA998X=m
@@ -628,6 +631,7 @@  CONFIG_DRM_SII902X=m
 CONFIG_DRM_THINE_THC63LVD1024=m
 CONFIG_DRM_TI_SN65DSI86=m
 CONFIG_DRM_I2C_ADV7511=m
+CONFIG_DRM_I2C_ADV7511_AUDIO=y
 CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
 CONFIG_DRM_DW_HDMI_CEC=m
 CONFIG_DRM_VC4=m