summaryrefslogtreecommitdiff
path: root/drivers/mailbox
diff options
context:
space:
mode:
authorHuang, Tao <huangtao@rock-chips.com>2015-11-11 15:54:30 +0800
committerHuang, Tao <huangtao@rock-chips.com>2015-11-11 15:54:30 +0800
commit240e7f3ebf06fc651deeb75ea4721796f701b9af (patch)
treeb1dc898475bdb70b3a3a20def87fb729f2847050 /drivers/mailbox
parent6b4c352b1444b43f37c043a3e833d2c67b32cd24 (diff)
rk: temp revert rk change
Diffstat (limited to 'drivers/mailbox')
-rw-r--r--drivers/mailbox/Kconfig22
-rw-r--r--drivers/mailbox/Makefile4
2 files changed, 0 insertions, 26 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index a200f202ef40..9545c9f03809 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -16,26 +16,4 @@ config PL320_MBOX
Management Engine, primarily for cpufreq. Say Y here if you want
to use the PL320 IPCM support.
-config ROCKCHIP_MAILBOX
- bool "Rockchip Soc Intergrated Mailbox Support"
- depends on ARCH_ROCKCHIP
- help
- This driver provides support for inter-processor communication
- between CPU cores and MCU processor on Some Rockchip SOCs.
- Please check it that the Soc you use have Mailbox hardware.
- Say Y here if you want to use the Rockchip Mailbox support.
-
-config SCPI_PROTOCOL
- bool "ARM System Control and Power Interface (SCPI) Message Protocol"
- select ROCKCHIP_MBOX
- help
- System Control and Power Interface (SCPI) Message Protocol is
- defined for the purpose of communication between the Application
- Cores(AP) and the System Control Processor(SCP). The mailbox
- provides a mechanism for inter-processor communication between SCP
- and AP.
-
- This protocol library provides interface for all the client drivers
- making use of the features offered by the SCP.
-
endif
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile
index 323c650ec50a..fefef7ebcbec 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -3,7 +3,3 @@
obj-$(CONFIG_MAILBOX) += mailbox.o
obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o
-
-obj-$(CONFIG_ROCKCHIP_MAILBOX) += rockchip_mailbox.o
-
-obj-$(CONFIG_SCPI_PROTOCOL) += scpi_protocol.o