2023-09-11 17:22:15 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
menu "PM Domains"
|
|
|
|
|
2023-09-11 17:32:31 +02:00
|
|
|
source "drivers/pmdomain/actions/Kconfig"
|
2023-09-11 23:38:08 +02:00
|
|
|
source "drivers/pmdomain/amlogic/Kconfig"
|
2023-09-12 00:13:37 +02:00
|
|
|
source "drivers/pmdomain/apple/Kconfig"
|
2023-09-12 00:25:50 +02:00
|
|
|
source "drivers/pmdomain/bcm/Kconfig"
|
2023-09-12 00:45:34 +02:00
|
|
|
source "drivers/pmdomain/imx/Kconfig"
|
2023-09-12 00:52:25 +02:00
|
|
|
source "drivers/pmdomain/mediatek/Kconfig"
|
2023-09-12 11:39:24 +02:00
|
|
|
source "drivers/pmdomain/qcom/Kconfig"
|
2023-09-12 12:27:58 +02:00
|
|
|
source "drivers/pmdomain/renesas/Kconfig"
|
2023-09-11 17:32:31 +02:00
|
|
|
|
2023-09-11 17:22:15 +02:00
|
|
|
endmenu
|