diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-09-12 11:39:24 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-10-04 23:41:18 +0200 |
commit | 4eb42e5bd86da528be604845f52732742ef74e6b (patch) | |
tree | a824cd41c7a16907ba5554b351e2b0f12ac8ad2b /drivers/pmdomain/Kconfig | |
parent | 8b1d7a2785ab2d4153abd7bf77e53b8e5fa49869 (diff) | |
download | linux-4eb42e5bd86da528be604845f52732742ef74e6b.tar.gz linux-4eb42e5bd86da528be604845f52732742ef74e6b.tar.bz2 linux-4eb42e5bd86da528be604845f52732742ef74e6b.zip |
pmdomain: qcom: Move Kconfig options to the pmdomain subsystem
The Kconfig options belongs closer to the corresponding implementations,
hence let's move them from the soc subsystem to the pmdomain subsystem.
Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: Andy Gross <agross@kernel.org>
Cc: <linux-arm-msm@vger.kernel.org>
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/pmdomain/Kconfig')
-rw-r--r-- | drivers/pmdomain/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pmdomain/Kconfig b/drivers/pmdomain/Kconfig index b1d9dc7d71e3..c91fdd40163a 100644 --- a/drivers/pmdomain/Kconfig +++ b/drivers/pmdomain/Kconfig @@ -7,5 +7,6 @@ source "drivers/pmdomain/apple/Kconfig" source "drivers/pmdomain/bcm/Kconfig" source "drivers/pmdomain/imx/Kconfig" source "drivers/pmdomain/mediatek/Kconfig" +source "drivers/pmdomain/qcom/Kconfig" endmenu |