mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
02c24a1203
The TI_SCI_PM_DOMAINS Kconfig option belongs closer to its corresponding implementation, hence let's move it from the soc subsystem to the pmdomain subsystem. While at it, let's also add a Kconfig option the omap_prm driver, rather than using ARCH_OMAP2PLUS directly. Cc: Nishanth Menon <nm@ti.com> Cc: Santosh Shilimkar <ssantosh@kernel.org> Cc: Tero Kristo <kristo@kernel.org> Cc: Tony Lindgren <tony@atomide.com> Reviewed-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
21 lines
674 B
Plaintext
21 lines
674 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"
|
|
|
|
endmenu
|