Skip to content

Commit

Permalink
linux-raspberrypi: Drop deprecated configs from android-driver.cfg
Browse files Browse the repository at this point in the history
CONFIG_ASHMEM has been deprecated since 5.18 by:
    commit 721412ed3d819e767cac2b06646bf03aa158aaec
    Author: Christoph Hellwig <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
  • Loading branch information
jaeyoonjung authored and agherzan committed Jul 17, 2024
1 parent 6bf0b18 commit cc529a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions recipes-kernel/linux/files/android-drivers.cfg
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cc529a8

Please sign in to comment.