Skip to content

Commit 718fdf4

Browse files
committed
mailbox: apple: Delete driver
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 2cbd924 commit 718fdf4

3 files changed

Lines changed: 0 additions & 455 deletions

File tree

drivers/mailbox/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@ menuconfig MAILBOX
88

99
if 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-
2311
config ARM_MHU
2412
tristate "ARM MHU Mailbox"
2513
depends on ARM_AMBA

drivers/mailbox/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,3 @@ obj-$(CONFIG_SUN6I_MSGBOX) += sun6i-msgbox.o
6060
obj-$(CONFIG_SPRD_MBOX) += sprd-mailbox.o
6161

6262
obj-$(CONFIG_QCOM_IPCC) += qcom-ipcc.o
63-
64-
obj-$(CONFIG_APPLE_MAILBOX) += apple-mailbox.o

0 commit comments

Comments
 (0)