diff mbox series

[RFC,1/3] kernel: allow to choose QCOM_QMI_HELPERS

Message ID 20211024194209.521400-1-janusz.dziedzic@gmail.com
State New
Headers show
Series [RFC,1/3] kernel: allow to choose QCOM_QMI_HELPERS | expand

Commit Message

Janusz Dziedzic Oct. 24, 2021, 7:42 p.m. UTC
We need this when build ath11k from backports.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
---
 .../generic/pending-5.10/930-qcom-qmi-helpers.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 target/linux/generic/pending-5.10/930-qcom-qmi-helpers.patch

Comments

Janusz Dziedzic Oct. 25, 2021, 4:33 p.m. UTC | #1
niedz., 24 paź 2021 o 21:42 Janusz Dziedzic
<janusz.dziedzic@gmail.com> napisał(a):
>
> We need this when build ath11k from backports.
>
> Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
> ---
>  .../generic/pending-5.10/930-qcom-qmi-helpers.patch | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 target/linux/generic/pending-5.10/930-qcom-qmi-helpers.patch
>
> diff --git a/target/linux/generic/pending-5.10/930-qcom-qmi-helpers.patch b/target/linux/generic/pending-5.10/930-qcom-qmi-helpers.patch
> new file mode 100644
> index 0000000000..0a274334b9
> --- /dev/null
> +++ b/target/linux/generic/pending-5.10/930-qcom-qmi-helpers.patch
> @@ -0,0 +1,13 @@
> +diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
> +index 6a3b69b..58c7dd9 100644
> +--- a/drivers/soc/qcom/Kconfig
> ++++ b/drivers/soc/qcom/Kconfig
> +@@ -92,7 +92,7 @@ config QCOM_PDR_HELPERS
> +       select QCOM_QMI_HELPERS
> +
> + config QCOM_QMI_HELPERS
> +-      tristate
> ++      tristate "Qualcomm QMI Helpers"
> +       depends on NET
> +
> + config QCOM_RMTFS_MEM
> --
> 2.25.1
>
Already resend original patch to linux-kernel group, but suspect we
will need this one for a while
diff mbox series

Patch

diff --git a/target/linux/generic/pending-5.10/930-qcom-qmi-helpers.patch b/target/linux/generic/pending-5.10/930-qcom-qmi-helpers.patch
new file mode 100644
index 0000000000..0a274334b9
--- /dev/null
+++ b/target/linux/generic/pending-5.10/930-qcom-qmi-helpers.patch
@@ -0,0 +1,13 @@ 
+diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
+index 6a3b69b..58c7dd9 100644
+--- a/drivers/soc/qcom/Kconfig
++++ b/drivers/soc/qcom/Kconfig
+@@ -92,7 +92,7 @@ config QCOM_PDR_HELPERS
+ 	select QCOM_QMI_HELPERS
+ 
+ config QCOM_QMI_HELPERS
+-	tristate
++	tristate "Qualcomm QMI Helpers"
+ 	depends on NET
+ 
+ config QCOM_RMTFS_MEM