]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: qcom: Move to menuconfig and reduce lines
authorStephen Boyd <sboyd@kernel.org>
Wed, 21 Nov 2018 20:39:44 +0000 (12:39 -0800)
committerStephen Boyd <sboyd@kernel.org>
Mon, 10 Dec 2018 19:44:17 +0000 (11:44 -0800)
commitf071bcebee0ad2d8c3e22736210110523fb4b692
tree72460e69afaa0786b6e6692b9213aa08497c2dba
parent651022382c7f8da46cb4872a545ee1da6d097d2a
clk: qcom: Move to menuconfig and reduce lines

We duplicate the 'depends on' in almost every Kconfig here, and it's
getting out of hand now that we have tens of options for various SoC
drivers here. Let's clean it up a little by making a menuconfig for a
submenu and adding an if wrapper around the driver section.

Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Taniya Das <tdas@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/Kconfig