diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-09-12 15:41:22 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-10-04 23:41:56 +0200 |
commit | d8237f8733efeb2f687907e73c658e4662dbfa00 (patch) | |
tree | 525685e2820594dc4919b241e1750fddc10dc884 /drivers/pmdomain/Kconfig | |
parent | pmdomain: ti: Move and add Kconfig options to the pmdomain subsystem (diff) | |
download | linux-d8237f8733efeb2f687907e73c658e4662dbfa00.tar.xz linux-d8237f8733efeb2f687907e73c658e4662dbfa00.zip |
pmdomain: xilinx: Move Kconfig option to the pmdomain subsystem
The Kconfig option belongs closer to the corresponding implementation,
hence let's move it from the soc subsystem to the pmdomain subsystem.
Cc: Michal Simek <michal.simek@amd.com>
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 33bfec9c4f7a..c98c5bf75a14 100644 --- a/drivers/pmdomain/Kconfig +++ b/drivers/pmdomain/Kconfig @@ -16,5 +16,6 @@ source "drivers/pmdomain/starfive/Kconfig" source "drivers/pmdomain/sunxi/Kconfig" source "drivers/pmdomain/tegra/Kconfig" source "drivers/pmdomain/ti/Kconfig" +source "drivers/pmdomain/xilinx/Kconfig" endmenu |