summaryrefslogtreecommitdiffstats
path: root/drivers/memory/Makefile
diff options
context:
space:
mode:
authorMarkus Mayer2017-08-25 01:36:26 +0200
committerFlorian Fainelli2017-09-18 20:59:39 +0200
commit2f330caff5776239abb3e0337533886dbb21f6df (patch)
treeaf8ab12229586043d4f74e5eb92babb892884764 /drivers/memory/Makefile
parentdt-bindings: Add bindings for Broadcom STB DRAM Sensors (diff)
downloadkernel-qcow2-linux-2f330caff5776239abb3e0337533886dbb21f6df.tar.gz
kernel-qcow2-linux-2f330caff5776239abb3e0337533886dbb21f6df.tar.xz
kernel-qcow2-linux-2f330caff5776239abb3e0337533886dbb21f6df.zip
memory: brcmstb: Add driver for DPFE
This driver allows access to DRAM properties, such as the refresh rate, via the Broadcom STB DDR PHY Front End (DPFE). The refresh rate can be used as indirect indicator of the DRAM temperature. The driver also allows setting of the sampling interval. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/memory/Makefile')
-rw-r--r--drivers/memory/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile
index e88097fbc085..9cb8b61ee5cc 100644
--- a/drivers/memory/Makefile
+++ b/drivers/memory/Makefile
@@ -8,6 +8,7 @@ endif
obj-$(CONFIG_ARM_PL172_MPMC) += pl172.o
obj-$(CONFIG_ATMEL_SDRAMC) += atmel-sdramc.o
obj-$(CONFIG_ATMEL_EBI) += atmel-ebi.o
+obj-$(CONFIG_ARCH_BRCMSTB) += brcmstb_dpfe.o
obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
obj-$(CONFIG_TI_EMIF) += emif.o
obj-$(CONFIG_OMAP_GPMC) += omap-gpmc.o