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

Commit 2a464815 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross
Browse files

soc: qcom: bring all qcom drivers into a submenu



As the number of qcom drivers increase, entries in SOC menu looks
scattered with other SOC drivers. Make a submenu for Qcom drivers
to make it visibly clear while selecting qcom SOC specific drivers.

Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent b8339909
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
#
#
# QCOM Soc drivers
# QCOM Soc drivers
#
#
menu "Qualcomm SoC drivers"

config QCOM_GSBI
config QCOM_GSBI
        tristate "QCOM General Serial Bus Interface"
        tristate "QCOM General Serial Bus Interface"
        depends on ARCH_QCOM
        depends on ARCH_QCOM
@@ -74,3 +76,5 @@ config QCOM_WCNSS_CTRL
	help
	help
	  Client driver for the WCNSS_CTRL SMD channel, used to download nv
	  Client driver for the WCNSS_CTRL SMD channel, used to download nv
	  firmware to a newly booted WCNSS chip.
	  firmware to a newly booted WCNSS chip.

endmenu