aboutsummaryrefslogtreecommitdiff
path: root/mailbox/Kconfig
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2020-10-05 11:00:23 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2020-10-19 08:22:59 +0000
commitbb4089d4a0d14ff88c5ce637806f10686c2188de (patch)
tree55dac68ff90bdb7281e394926b68df5e48b542ef /mailbox/Kconfig
parent79689c5fefc8c37cc35e43f6e2bcc8402eb56707 (diff)
downloadethos-u-linux-driver-stack-bb4089d4a0d14ff88c5ce637806f10686c2188de.tar.gz
Build module with cmake
Change-Id: I294f6ad22881254a8b0fef45b875fe0e12c91e7a
Diffstat (limited to 'mailbox/Kconfig')
-rw-r--r--mailbox/Kconfig12
1 files changed, 9 insertions, 3 deletions
diff --git a/mailbox/Kconfig b/mailbox/Kconfig
index 9cfce3e..e7a9cba 100644
--- a/mailbox/Kconfig
+++ b/mailbox/Kconfig
@@ -1,5 +1,5 @@
#
-# (C) COPYRIGHT 2020 ARM Limited. All rights reserved.
+# (C) COPYRIGHT 2020 Arm Limited. All rights reserved.
#
# This program is free software and is provided to you under the terms of the
# GNU General Public License version 2 as published by the Free Software
@@ -19,11 +19,17 @@
#
config ARM_MHU
- tristate "ARM MHU Mailbox"
+ tristate "Arm MHU Mailbox"
depends on ARM_AMBA
help
- Say Y here if you want to build the ARM MHU controller driver.
+ Say Y here if you want to build the Arm MHU controller driver.
The controller has support for two versions of the controller.
One with 3 mailbox channels, the last of which can be
used in Secure mode only and one with a single channel.
+config ARM_MHU_V2
+ tristate "Arm MHUv2 Mailbox"
+ depends on ARM_AMBA
+ help
+ Say Y here if you want to build the Arm MHUv2 controller driver,
+ which provides unidirectional mailboxes between processing elements.