aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorcarsten.haitzler@foss.arm.com <carsten.haitzler@foss.arm.com>2022-04-27 12:42:00 +0100
committerArnd Bergmann <arnd@arndb.de>2022-05-03 14:53:30 +0200
commit16a5b26d27be7af3e99ca96e268e4ab82e76876b (patch)
tree46f024ea523c1bbe756478aca3bdb6572615ea26
parentarm: nomadik: drop selecting obsolete CLKSRC_NOMADIK_MTU_SCHED_CLOCK (diff)
downloadwireguard-linux-16a5b26d27be7af3e99ca96e268e4ab82e76876b.tar.xz
wireguard-linux-16a5b26d27be7af3e99ca96e268e4ab82e76876b.zip
arm64: defconfig: Enable modules for arm displays
Key devices that support displays on SoCs like the Komeda DRM driver, the older HDLCD were not enabled by default and should be so displays can work out of the box on defconfig. Also Candence I2C support should be enabled so the PHY and thus displays can work too. Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com> Link: https://lore.kernel.org/r/20220427114200.111904-1-carsten.haitzler@foss.arm.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm64/configs/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 50aa3d75ab4f..e7f6a18c321f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -479,6 +479,7 @@ CONFIG_I2C_TEGRA=y
CONFIG_I2C_UNIPHIER_F=y
CONFIG_I2C_RCAR=y
CONFIG_I2C_CROS_EC_TUNNEL=y
+CONFIG_I2C_CADENCE=m
CONFIG_SPI=y
CONFIG_SPI_ARMADA_3700=y
CONFIG_SPI_BCM2835=m
@@ -691,7 +692,9 @@ CONFIG_VIDEO_OV5640=m
CONFIG_VIDEO_OV5645=m
CONFIG_DRM=m
CONFIG_DRM_I2C_NXP_TDA998X=m
+CONFIG_DRM_HDLCD=m
CONFIG_DRM_MALI_DISPLAY=m
+CONFIG_DRM_KOMEDA=m
CONFIG_DRM_NOUVEAU=m
CONFIG_DRM_EXYNOS=m
CONFIG_DRM_EXYNOS5433_DECON=y