diff options
author | 2024-03-26 17:52:05 +0100 | |
---|---|---|
committer | 2024-03-27 10:47:06 +0100 | |
commit | e6968faa33ce754bbe36dd6d9fe6951ec10616b1 (patch) | |
tree | aaab2ed835ff86b9c03e7e70f051d1f8a10fdfb2 | |
parent | arm64: defconfig: enable Rockchip RK3308 internal audio codec driver (diff) | |
download | wireguard-linux-e6968faa33ce754bbe36dd6d9fe6951ec10616b1.tar.xz wireguard-linux-e6968faa33ce754bbe36dd6d9fe6951ec10616b1.zip |
arm64: defconfig: support Mali CSF-based GPUs
Enable support for Mali CSF-based GPUs, which is found on recent
ARM SoCs, such as Rockchip or Mediatek.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20240326165232.73585-2-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f48a19b28a4f..d30e234803c2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -907,6 +907,7 @@ CONFIG_DRM_MESON=m CONFIG_DRM_PL111=m CONFIG_DRM_LIMA=m CONFIG_DRM_PANFROST=m +CONFIG_DRM_PANTHOR=m CONFIG_DRM_TIDSS=m CONFIG_DRM_POWERVR=m CONFIG_FB=y |