Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1697287 > unrolled thread
| Started by | srinivas.kandagatla@linaro.org |
|---|---|
| First post | 2017-07-26 17:30 +0200 |
| Last post | 2017-07-27 18:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] soc: qcom: bring all qcom drivers into a submenu srinivas.kandagatla@linaro.org - 2017-07-26 17:30 +0200
Re: [PATCH] soc: qcom: bring all qcom drivers into a submenu Andy Gross <andy.gross@linaro.org> - 2017-07-27 18:40 +0200
| From | srinivas.kandagatla@linaro.org |
|---|---|
| Date | 2017-07-26 17:30 +0200 |
| Subject | [PATCH] soc: qcom: bring all qcom drivers into a submenu |
| Message-ID | <u7wq6-23J-27@gated-at.bofh.it> |
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 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: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> --- drivers/soc/qcom/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index d0fc331..084789b 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -1,6 +1,8 @@ # # QCOM Soc drivers # +menu "Qualcomm SoC drivers" + config QCOM_GLINK_SSR tristate "Qualcomm Glink SSR driver" depends on RPMSG @@ -83,3 +85,4 @@ config QCOM_WCNSS_CTRL help Client driver for the WCNSS_CTRL SMD channel, used to download nv firmware to a newly booted WCNSS chip. +endmenu -- 2.9.3
[toc] | [next] | [standalone]
| From | Andy Gross <andy.gross@linaro.org> |
|---|---|
| Date | 2017-07-27 18:40 +0200 |
| Message-ID | <u7TZn-8rK-11@gated-at.bofh.it> |
| In reply to | #1697287 |
On Wed, Jul 26, 2017 at 05:27:16PM +0200, srinivas.kandagatla@linaro.org wrote: > From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > > 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: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Thanks for this patch. This makes things much nicer. Andy
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web