mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
70556c57ea
The Kconfig option belongs closer to the corresponding implementation, hence let's move it from the soc subsystem to the pmdomain subsystem. Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Cc: Alim Akhtar <alim.akhtar@samsung.com> Cc: <linux-samsung-soc@vger.kernel.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
15 lines
477 B
Text
15 lines
477 B
Text
# 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"
|
|
|
|
endmenu
|