diff options
author | Pawel Moll <pawel.moll@arm.com> | 2014-07-22 18:32:59 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-07-23 22:14:43 +0200 |
commit | a33b0daab73a0e08cc04459dd44b0121a8e8f81b (patch) | |
tree | e7c432add19822871a057313264825c85e9cdf80 /drivers/bus/Makefile | |
parent | 779ae55bd8ee63f2ba35a0ec15f033e512e706ee (diff) | |
download | blackbird-obmc-linux-a33b0daab73a0e08cc04459dd44b0121a8e8f81b.tar.gz blackbird-obmc-linux-a33b0daab73a0e08cc04459dd44b0121a8e8f81b.zip |
bus: ARM CCN PMU driver
Driver providing perf backend for ARM Cache Coherent Network
interconnect. Supports counting all hardware events and crosspoint
watchpoints.
Currently works with CCN-504 only, although there should be
no changes required for CCN-508 (just impossible to test it now).
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/bus/Makefile')
-rw-r--r-- | drivers/bus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/bus/Makefile b/drivers/bus/Makefile index 6a4ea7e4af1a..2973c18cbcc2 100644 --- a/drivers/bus/Makefile +++ b/drivers/bus/Makefile @@ -9,7 +9,9 @@ obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o # Interconnect bus driver for OMAP SoCs. obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o -# CCI cache coherent interconnect for ARM platforms + +# Interconnect bus drivers for ARM platforms obj-$(CONFIG_ARM_CCI) += arm-cci.o +obj-$(CONFIG_ARM_CCN) += arm-ccn.o obj-$(CONFIG_VEXPRESS_CONFIG) += vexpress-config.o |