main/linux-postmarketos-qcom: Turn the remoteproc drivers into modules (#1485)
Upstream suggests to keep remoteproc drivers as modules given they require the firmware files to be present when they are probed, instead of putting required firmware files in initramfs due to size restrictions. We make these drivers modules and load them from userspace.
This commit is contained in:
parent
06c78cb134
commit
9edb856684
2 changed files with 6 additions and 6 deletions
|
@ -184,4 +184,4 @@ dev() {
|
|||
fi
|
||||
}
|
||||
sha512sums="02fd136d24914e30decd207c3b2e0168cc9d6e4a0fc981abf8d537cd95c70583f5239d0dc7f2ae94a2ddd2ba82d822933159167801a035731a24aa1300c5ceec linux-09efb4857f1a4119eced855912043817bd96e064.tar.gz
|
||||
7a57f8599be1cb99b4107e02747e21959cd6ba2bb81e5c0ce7554d642b7242bfd696674c13016a22383b80ccb8b96e00556d89cdab2341e2ae4734e5db4f15b8 config-postmarketos-qcom.armhf"
|
||||
7c1bde853b738c17a36a502ca0250c2a437bf561467739e31e7f6e93e757eba7283ad7542b5d51ef3c7667044f4f1794cfabf093739bcabb82ea46526e3cec37 config-postmarketos-qcom.armhf"
|
||||
|
|
|
@ -3023,10 +3023,10 @@ CONFIG_QCOM_IOMMU=y
|
|||
# Remoteproc drivers
|
||||
#
|
||||
CONFIG_REMOTEPROC=y
|
||||
CONFIG_QCOM_ADSP_PIL=y
|
||||
CONFIG_QCOM_RPROC_COMMON=y
|
||||
CONFIG_QCOM_Q6V5_PIL=y
|
||||
CONFIG_QCOM_SYSMON=y
|
||||
CONFIG_QCOM_ADSP_PIL=m
|
||||
CONFIG_QCOM_RPROC_COMMON=m
|
||||
CONFIG_QCOM_Q6V5_PIL=m
|
||||
CONFIG_QCOM_SYSMON=m
|
||||
# CONFIG_QCOM_WCNSS_PIL is not set
|
||||
|
||||
#
|
||||
|
@ -3066,7 +3066,7 @@ CONFIG_RPMSG_QCOM_SMD=y
|
|||
CONFIG_QCOM_MDT_LOADER=y
|
||||
CONFIG_QCOM_OCMEM=y
|
||||
CONFIG_QCOM_PM=y
|
||||
CONFIG_QCOM_QMI_HELPERS=y
|
||||
CONFIG_QCOM_QMI_HELPERS=m
|
||||
CONFIG_QCOM_RMTFS_MEM=y
|
||||
CONFIG_QCOM_SMEM=y
|
||||
CONFIG_QCOM_SMD_RPM=y
|
||||
|
|
Loading…
Reference in a new issue