diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-09-12 12:27:58 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-10-04 23:41:18 +0200 |
commit | a3aa70f9727431a1fef70f9f9cbc4765599c0cc2 (patch) | |
tree | 810b40ed02a04f8a1e121b2ae6ebfef7f8fe718f /drivers/pmdomain/Kconfig | |
parent | pmdomain: qcom: Move Kconfig options to the pmdomain subsystem (diff) | |
download | linux-a3aa70f9727431a1fef70f9f9cbc4765599c0cc2.tar.xz linux-a3aa70f9727431a1fef70f9f9cbc4765599c0cc2.zip |
pmdomain: renesas: 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: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: <linux-renesas-soc@vger.kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 c91fdd40163a..0a75a17f2f3a 100644 --- a/drivers/pmdomain/Kconfig +++ b/drivers/pmdomain/Kconfig @@ -8,5 +8,6 @@ source "drivers/pmdomain/bcm/Kconfig" source "drivers/pmdomain/imx/Kconfig" source "drivers/pmdomain/mediatek/Kconfig" source "drivers/pmdomain/qcom/Kconfig" +source "drivers/pmdomain/renesas/Kconfig" endmenu |