linux-postmarketos-mediatek-mt8173: enable CONFIG_TCG_TIS_SPI_CR50 (MR 4395)
https://gitlab.com/postmarketOS/pmaports/-/issues/2261#note_1507443549
This commit is contained in:
parent
d947491fb7
commit
cc697511e1
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||
pkgname=linux-postmarketos-mediatek-mt8173
|
||||
pkgver=6.4.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline kernel fork for Mediatek MT8173 devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -70,7 +70,7 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
975752237ef7f1e0ed1dd912b9c864aea5003fee406502988105204c61ce867c93fd7e23c720361191641933bf083ff9798b448e1b2c4809338d4a6548fbf942 linux-6.4.4.tar.xz
|
||||
77c473944bcf8fb38bbf5f7e98a9609a3fe44781aa27e34ad69dbe5770d6937b8f557776ffe963a378faa669d97a045f467c819d44665393824db79d7797e834 config-postmarketos-mediatek-mt8173.aarch64
|
||||
2266d3c0500fcf50ee980ac9254e56d1c2948e05142ea6d4341798fa4ded80b2832ae43c91abac7eb2e3d3e784993bbdfdd56fefe83cbe9f7c050eb763859167 config-postmarketos-mediatek-mt8173.aarch64
|
||||
4b499c1fbf53631cffd6fa7299643dc744e0e2187f71804664b02f05296162b42e3f76aa0d8c688cecb43a8bcd41ec92991c98287951292260237b828dcca710 fix-mmc1-speed.patch
|
||||
c86f8dfc32165a32381d45a4c8b6811ebf43f01b5d8a48fbe227cf5084cfefe24b32264c1c150cb49115db4759a2d21ad48b37dcaac78367d226e9cc2a5ba849 fix-mmc-order.patch
|
||||
049351564d3a1e85bc4c06b3d8ccfb0e4f36c77038a759bb1f629e5f74eee998e773a26966adaacb188e104e5771d59ba83c71186c66fcf8887a58aaeae6bc8b fix-panel.patch
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 6.4.4 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 13.1.1_git20230715) 13.1.1 20230715"
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 13.1.1_git20230722) 13.1.1 20230722"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=130101
|
||||
CONFIG_CLANG_VERSION=0
|
||||
|
@ -3225,8 +3225,10 @@ CONFIG_DEVMEM=y
|
|||
CONFIG_DEVPORT=y
|
||||
CONFIG_TCG_TPM=y
|
||||
CONFIG_HW_RANDOM_TPM=y
|
||||
CONFIG_TCG_TIS_CORE=m
|
||||
# CONFIG_TCG_TIS is not set
|
||||
# CONFIG_TCG_TIS_SPI is not set
|
||||
CONFIG_TCG_TIS_SPI=m
|
||||
CONFIG_TCG_TIS_SPI_CR50=y
|
||||
# CONFIG_TCG_TIS_I2C is not set
|
||||
# CONFIG_TCG_TIS_I2C_CR50 is not set
|
||||
# CONFIG_TCG_TIS_I2C_ATMEL is not set
|
||||
|
|
Loading…
Reference in a new issue