File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,20 @@ config APPLE_PMGR_PWRSTATE
1717 controls for SoC devices. This driver manages them through the
1818 generic power domain framework, and also provides reset support.
1919
20+ config APPLE_MBOX
21+ tristate "Apple SoC mailboxes"
22+ depends on PM
23+ depends on ARCH_APPLE || (64BIT && COMPILE_TEST)
24+ depends on !APPLE_MAILBOX
25+ default ARCH_APPLE
26+ help
27+ Apple SoCs have various co-processors required for certain
28+ peripherals to work (NVMe, display controller, etc.). This
29+ driver adds support for the mailbox controller used to
30+ communicate with those.
31+
32+ Say Y here if you have a Apple SoC.
33+
2034config APPLE_RTKIT
2135 tristate "Apple RTKit co-processor IPC protocol"
2236 depends on MAILBOX
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0-only
22obj-$(CONFIG_APPLE_PMGR_PWRSTATE) += apple-pmgr-pwrstate.o
33
4+ obj-$(CONFIG_APPLE_MBOX) += apple-mailbox.o
5+ apple-mailbox-y = mailbox.o
6+
47obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o
58apple-rtkit-y = rtkit.o rtkit-crashlog.o
69
You can’t perform that action at this time.
0 commit comments