defconfig: niobe: Enable SPSS remoteproc
Enable rproc driver for SPSS. Change-Id: Idb25f67c2139a60d3ccf4c11f7ac11a902698ec3 Signed-off-by: sganda <quic_sganda@quicinc.com>
This commit is contained in:
parent
e7b2045eb1
commit
af343f4675
2
arch/arm64/configs/vendor/niobe_GKI.config
vendored
2
arch/arm64/configs/vendor/niobe_GKI.config
vendored
@ -155,7 +155,7 @@ CONFIG_QCOM_SOCINFO=m
|
||||
# CONFIG_QCOM_SOC_WATCHDOG is not set
|
||||
CONFIG_QCOM_SPMI_ADC5_GEN3=m
|
||||
CONFIG_QCOM_SPMI_TEMP_ALARM=m
|
||||
# CONFIG_QCOM_SPSS is not set
|
||||
CONFIG_QCOM_SPSS=m
|
||||
CONFIG_QCOM_SYSMON=m
|
||||
CONFIG_QCOM_SYSMON_SUBSYSTEM_STATS=m
|
||||
CONFIG_QCOM_TSENS=m
|
||||
|
@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Qualcomm Technologies, Inc. SPSS Peripheral Image Loader
|
||||
*
|
||||
*/
|
||||
@ -828,6 +828,7 @@ static const struct of_device_id spss_of_match[] = {
|
||||
{ .compatible = "qcom,waipio-spss-pas", .data = &spss_resource_init},
|
||||
{ .compatible = "qcom,kalama-spss-pas", .data = &spss_resource_init},
|
||||
{ .compatible = "qcom,pineapple-spss-pas", .data = &spss_resource_init},
|
||||
{ .compatible = "qcom,niobe-spss-pas", .data = &spss_resource_init},
|
||||
{ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, spss_of_match);
|
||||
|
@ -101,6 +101,7 @@ def define_niobe():
|
||||
"drivers/remoteproc/qcom_pil_info.ko",
|
||||
"drivers/remoteproc/qcom_q6v5.ko",
|
||||
"drivers/remoteproc/qcom_q6v5_pas.ko",
|
||||
"drivers/remoteproc/qcom_spss.ko",
|
||||
"drivers/remoteproc/qcom_sysmon.ko",
|
||||
"drivers/remoteproc/rproc_qcom_common.ko",
|
||||
"drivers/rpmsg/glink_pkt.ko",
|
||||
|
Loading…
Reference in New Issue
Block a user