mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
c067e7ffb3
The Kconfig options belongs closer to the corresponding implementations, hence let's move them from the soc subsystem to the pmdomain subsystem. Cc: Florian Fainelli <florian.fainelli@broadcom.com> Cc: Ray Jui <rjui@broadcom.com> Cc: Scott Branden <sbranden@broadcom.com> Cc: <linux-mips@vger.kernel.org> Cc: <linux-rpi-kernel@lists.infradead.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
10 lines
230 B
Plaintext
10 lines
230 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"
|
|
|
|
endmenu
|