File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,10 @@ config APPLE_PMGR_PWRSTATE
1414 controls for SoC devices. This driver manages them through the
1515 generic power domain framework, and also provides reset support.
1616
17+ config APPLE_PMP_REPORT
18+ bool "Apple PMP report control"
19+ depends on OF
20+ depends on PM
21+ select PM_GENERIC_DOMAINS
22+
1723endif
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0-only
22obj-$(CONFIG_APPLE_PMGR_PWRSTATE) += pmgr-pwrstate.o
3- obj-$(CONFIG_APPLE_PMP ) += pmp-report.o
3+ obj-$(CONFIG_APPLE_PMP_REPORT ) += pmp-report.o
Original file line number Diff line number Diff line change @@ -233,3 +233,4 @@ module_init(apple_pmp_report_init);
233233module_exit (apple_pmp_report_exit );
234234
235235MODULE_DESCRIPTION ("PMP power state reporting driver for Apple SoCs" );
236+ MODULE_LICENSE ("Dual MIT/GPL" );
You can’t perform that action at this time.
0 commit comments