mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
d8237f8733
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>
22 lines
715 B
Plaintext
22 lines
715 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menu "PM Domains"
|
|
|
|
source "drivers/pmdomain/actions/Kconfig"
|
|
source "drivers/pmdomain/amlogic/Kconfig"
|
|
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"
|
|
source "drivers/pmdomain/renesas/Kconfig"
|
|
source "drivers/pmdomain/rockchip/Kconfig"
|
|
source "drivers/pmdomain/samsung/Kconfig"
|
|
source "drivers/pmdomain/st/Kconfig"
|
|
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
|