armbian_build/patch/kernel/archive/sunxi-5.10/megous/Update-defcofings-add-ASHMEM.patch
The-going 7964a578f5
Patches megous 5.10 (#3293)
* Add a series of patches for sunxi 5.10

Patches from the repository
https://github.com/megous/linux branches of orange-pi-5.10

* Patches adapted to the kernel version v5.10.81

* Remove unnecessary patches 5.10.19-5.10.75

* Kernel switch tag=v5.10.81 for the current sunxi

* Adjust broken patches, build tested on sunxi and sunxi64

* Remove patch added by mistake

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2021-11-27 00:48:30 +01:00

39 lines
1.3 KiB
Diff

From 15fe9cd544b6ad0b1da4fb1a3b0d77b9ffee1ebc Mon Sep 17 00:00:00 2001
From: Ondrej Jirman <megous@megous.com>
Date: Tue, 12 Jan 2021 16:56:03 +0100
Subject: [PATCH 344/351] Update defcofings - add ASHMEM
Signed-off-by: Ondrej Jirman <megous@megous.com>
---
arch/arm64/configs/pinephone_defconfig | 1 +
arch/arm64/configs/pinephone_multidist_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/arm64/configs/pinephone_defconfig b/arch/arm64/configs/pinephone_defconfig
index 9265971296b2..323fbb351cb6 100644
--- a/arch/arm64/configs/pinephone_defconfig
+++ b/arch/arm64/configs/pinephone_defconfig
@@ -539,6 +539,7 @@ CONFIG_STAGING=y
CONFIG_STAGING_MEDIA=y
CONFIG_VIDEO_SUNXI=y
CONFIG_VIDEO_SUNXI_CEDRUS=m
+CONFIG_ASHMEM=y
CONFIG_RTL8723CS=m
# CONFIG_CLK_SUNXI_PRCM_SUN9I is not set
# CONFIG_SUN50I_H6_CCU is not set
diff --git a/arch/arm64/configs/pinephone_multidist_defconfig b/arch/arm64/configs/pinephone_multidist_defconfig
index cb20a032be05..c06f86b807ab 100644
--- a/arch/arm64/configs/pinephone_multidist_defconfig
+++ b/arch/arm64/configs/pinephone_multidist_defconfig
@@ -510,6 +510,7 @@ CONFIG_STAGING=y
CONFIG_STAGING_MEDIA=y
CONFIG_VIDEO_SUNXI=y
CONFIG_VIDEO_SUNXI_CEDRUS=y
+CONFIG_ASHMEM=y
CONFIG_RTL8723CS=y
# CONFIG_CLK_SUNXI_PRCM_SUN9I is not set
# CONFIG_SUN50I_H6_CCU is not set
--
2.34.0