Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ee367d3 authored by Will McVicker's avatar Will McVicker
Browse files

ANDROID: GKI: drivers: qcom: rpmh-rsc: Add tristate support for qcom,rpmh-rsc driver



Adds module license and sets CONFIG_QCOM_RPMH Kconfig as tristate.

Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
Bug: 133440650
Test: compile
Change-Id: Ia450c920a25cdcbd86b4917de1030e212fdc21e6
parent b60858fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ config QCOM_RMTFS_MEM
	  Say y here if you intend to boot the modem remoteproc.

config QCOM_RPMH
	bool "Qualcomm RPM-Hardened (RPMH) Communication"
	tristate "Qualcomm RPM-Hardened (RPMH) Communication"
	depends on ARCH_QCOM && ARM64 && OF || COMPILE_TEST
	help
	  Support for communication with the hardened-RPM blocks in
+3 −0
Original line number Diff line number Diff line
@@ -693,3 +693,6 @@ static int __init rpmh_driver_init(void)
	return platform_driver_register(&rpmh_driver);
}
arch_initcall(rpmh_driver_init);

MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Qualcomm RPM-Hardened (RPMH) Communication driver");