linux-postmarketos-qcom-msm8996: Re-Add TUSB320 and TYPEC flags (MR 3969)
Must've been removed accidentally. It's causing usb port not to work. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
f34a55dcbc
commit
3a6d9e5aa5
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
_flavor="postmarketos-qcom-msm8996"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.1.14
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8996 devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -52,5 +52,5 @@ package() {
|
|||
}
|
||||
sha512sums="
|
||||
e610337d0b99a53d1c3e26a63232ac07bc8b66e98ba4220aed68c2b071fa3cafab558c84aa775826778de17404b9764009ef11a2648c5c05fb3156e06b68c1c7 linux-v6.1.14-msm8996.tar.gz
|
||||
f51a999944a4dbdd619b9803f821539f96c2c034497df27cdad1843161314a10609098155fe48683613340a527aaf8b9165f97d7b7beb297ee46c3553f950c9b config-postmarketos-qcom-msm8996.aarch64
|
||||
63a962b8d6690fc367250098f6d0ab728dd3562e1a2023e3a180318e18f7377d805bc9eb73afb02c8e57fe95fa746b522ddf0b52d92c3e5ad446848d087dbb5b config-postmarketos-qcom-msm8996.aarch64
|
||||
"
|
||||
|
|
|
@ -4881,7 +4881,7 @@ CONFIG_USB_GADGETFS=m
|
|||
# CONFIG_USB_RAW_GADGET is not set
|
||||
# end of USB Gadget precomposed configurations
|
||||
|
||||
# CONFIG_TYPEC is not set
|
||||
CONFIG_TYPEC=y
|
||||
CONFIG_USB_ROLE_SWITCH=y
|
||||
CONFIG_MMC=y
|
||||
CONFIG_PWRSEQ_EMMC=y
|
||||
|
@ -5666,6 +5666,7 @@ CONFIG_EXTCON_QCOM_SPMI_MISC=y
|
|||
# CONFIG_EXTCON_RT8973A is not set
|
||||
# CONFIG_EXTCON_SM5502 is not set
|
||||
CONFIG_EXTCON_USB_GPIO=y
|
||||
CONFIG_EXTCON_USBC_TUSB320=y
|
||||
CONFIG_EXTCON_USBC_FUSB301=y
|
||||
CONFIG_MEMORY=y
|
||||
# CONFIG_ARM_PL172_MPMC is not set
|
||||
|
|
Loading…
Reference in a new issue