From cc529a811dd405c5d6b9685166488d7a97f0d174 Mon Sep 17 00:00:00 2001 From: Jaeyoon Jung Date: Tue, 9 Jul 2024 19:07:51 +0900 Subject: [PATCH] linux-raspberrypi: Drop deprecated configs from android-driver.cfg CONFIG_ASHMEM has been deprecated since 5.18 by: commit 721412ed3d819e767cac2b06646bf03aa158aaec Author: Christoph Hellwig Date: Tue Mar 15 13:34:57 2022 +0100 staging: remove ashmem The mainline replacement for ashmem is memfd, so remove the legacy code from drivers/staging/ so has CONFIG_ANDROID since 6.1 by: commit 1045a06724f322ed61f1ffb994427c7bdbe64647 Author: Christoph Hellwig Date: Wed Jun 29 17:01:02 2022 +0200 remove CONFIG_ANDROID The ANDROID config symbol is only used to guard the binder config symbol and to inject completely random config changes. Remove it as it is obviously a bad idea. As now master has 6.1 or later, both should be dropped. Signed-off-by: Jaeyoon Jung --- recipes-kernel/linux/files/android-drivers.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipes-kernel/linux/files/android-drivers.cfg b/recipes-kernel/linux/files/android-drivers.cfg index f74ac0e1c..f1259a165 100644 --- a/recipes-kernel/linux/files/android-drivers.cfg +++ b/recipes-kernel/linux/files/android-drivers.cfg @@ -1,8 +1,3 @@ -CONFIG_ANDROID=y - #CONFIG_ANDROID_BINDERFS is not set CONFIG_ANDROID_BINDER_IPC=y CONFIG_ANDROID_BINDER_DEVICES="binder" - -CONFIG_ASHMEM=y -