Commit 26078bbd authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Georgi Djakov
Browse files

interconnect: qcom: De-acronymize SoC names

parent 7245b2ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ config INTERCONNECT_QCOM_BCM_VOTER
	tristate

config INTERCONNECT_QCOM_GLYMUR
       tristate "Qualcomm GLYMUR interconnect driver"
       tristate "Qualcomm Glymur interconnect driver"
       depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
       select INTERCONNECT_QCOM_RPMH
       select INTERCONNECT_QCOM_BCM_VOTER
@@ -18,7 +18,7 @@ config INTERCONNECT_QCOM_GLYMUR
         platforms.

config INTERCONNECT_QCOM_KAANAPALI
	tristate "Qualcomm KAANAPALI interconnect driver"
	tristate "Qualcomm Kaanapali interconnect driver"
	depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
	select INTERCONNECT_QCOM_RPMH
	select INTERCONNECT_QCOM_BCM_VOTER
+1 −1
Original line number Diff line number Diff line
@@ -2518,5 +2518,5 @@ static void __exit qnoc_driver_exit(void)
}
module_exit(qnoc_driver_exit);

MODULE_DESCRIPTION("GLYMUR NoC driver");
MODULE_DESCRIPTION("Glymur NoC driver");
MODULE_LICENSE("GPL");