mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
fe78050a00
The Kconfig option belongs closer to the corresponding implementation, hence let's move it from the soc subsystem to the pmdomain subsystem. Cc: Chen-Yu Tsai <wens@csie.org> Cc: Jernej Skrabec <jernej.skrabec@gmail.com> Cc: Samuel Holland <samuel@sholland.org> Cc: <linux-sunxi@lists.linux.dev> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
19 lines
597 B
Plaintext
19 lines
597 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"
|
|
|
|
endmenu
|