Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
5.8.13.zen1-2: Enable android modules
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@397083 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
heftig authored and svntogit committed Oct 2, 2020
1 parent ccc4a2f commit d8d13d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions trunk/PKGBUILD
Expand Up @@ -2,7 +2,7 @@

pkgbase=linux-zen
pkgver=5.8.13.zen1
pkgrel=1
pkgrel=2
pkgdesc='Linux ZEN'
_srctag=v${pkgver%.*}-${pkgver##*.}
url="https://github.com/zen-kernel/zen-kernel/commits/$_srctag"
Expand All @@ -26,7 +26,7 @@ validpgpkeys=(
'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig)
)
sha256sums=('SKIP'
'025892c2822a52606ea9d04972fc2a2d76d799af1655c2c170fdc2301697ae8d'
'78c336773e9b063c5d8824003540b34f6a014ee888e59f779a27ab6973f3d305'
'8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c')

export KBUILD_BUILD_HOST=archlinux
Expand Down
13 changes: 8 additions & 5 deletions trunk/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.8.6-zen1 Kernel Configuration
# Linux/x86 5.8.13-zen1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -6826,9 +6826,6 @@ CONFIG_HDMI=y
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
# CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
Expand Down Expand Up @@ -8732,6 +8729,8 @@ CONFIG_VIDEO_USBVISION=m
#
# Android
#
CONFIG_ASHMEM=m
# CONFIG_ION is not set
# end of Android

CONFIG_STAGING_BOARD=y
Expand Down Expand Up @@ -9743,7 +9742,11 @@ CONFIG_USB4=m
#
# Android
#
# CONFIG_ANDROID is not set
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=m
# CONFIG_ANDROID_BINDERFS is not set
CONFIG_ANDROID_BINDER_DEVICES="binder"
# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
# end of Android

CONFIG_LIBNVDIMM=y
Expand Down

0 comments on commit d8d13d7

Please sign in to comment.