File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,18 +8,6 @@ menuconfig MAILBOX
88
99if MAILBOX
1010
11- config APPLE_MAILBOX
12- tristate "Apple Mailbox driver"
13- depends on ARCH_APPLE || (ARM64 && COMPILE_TEST)
14- default ARCH_APPLE
15- help
16- Apple SoCs have various co-processors required for certain
17- peripherals to work (NVMe, display controller, etc.). This
18- driver adds support for the mailbox controller used to
19- communicate with those.
20-
21- Say Y here if you have a Apple SoC.
22-
2311config ARM_MHU
2412 tristate "ARM MHU Mailbox"
2513 depends on ARM_AMBA
Original file line number Diff line number Diff line change @@ -60,5 +60,3 @@ obj-$(CONFIG_SUN6I_MSGBOX) += sun6i-msgbox.o
6060obj-$(CONFIG_SPRD_MBOX) += sprd-mailbox.o
6161
6262obj-$(CONFIG_QCOM_IPCC) += qcom-ipcc.o
63-
64- obj-$(CONFIG_APPLE_MAILBOX) += apple-mailbox.o
You can’t perform that action at this time.
0 commit comments