mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
1bfadf2edd
The Kconfig option belongs closer to the corresponding implementation, hence let's move it from the soc subsystem to the pmdomain subsystem. Cc: Hector Martin <marcan@marcan.st> Cc: Sven Peter <sven@svenpeter.dev> Cc: Alyssa Rosenzweig <alyssa@rosenzweig.io> Cc: <asahi@lists.linux.dev> Reviewed-by: Eric Curtin <ecurtin@redhat.com> Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
9 lines
192 B
Plaintext
9 lines
192 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"
|
|
|
|
endmenu
|