diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-01-28 11:13:14 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-02-01 18:01:15 -0500 |
commit | 300586778d405f0a4d1f6dc51fcfb4fed567d020 (patch) | |
tree | f54593ff6668e89df990f2b4cbd2d55176ada437 /arch | |
parent | b5964708532f4713e9cfb1b8b1a6ac8544fc66af (diff) |
ARM / highbank: add support for pl320 IPC
The pl320 IPC allows for interprocessor communication between the
highbank A9 and the EnergyCore Management Engine. The pl320 implements
a straightforward mailbox protocol.
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-highbank/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig index 551c97e87a78..2388085beaa2 100644 --- a/arch/arm/mach-highbank/Kconfig +++ b/arch/arm/mach-highbank/Kconfig | |||
@@ -11,5 +11,7 @@ config ARCH_HIGHBANK | |||
11 | select GENERIC_CLOCKEVENTS | 11 | select GENERIC_CLOCKEVENTS |
12 | select HAVE_ARM_SCU | 12 | select HAVE_ARM_SCU |
13 | select HAVE_SMP | 13 | select HAVE_SMP |
14 | select MAILBOX | ||
15 | select PL320_MBOX | ||
14 | select SPARSE_IRQ | 16 | select SPARSE_IRQ |
15 | select USE_OF | 17 | select USE_OF |