summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/Makefile
diff options
context:
space:
mode:
authorEric Anholt2015-02-26 11:08:06 +0100
committerEric Anholt2015-10-15 00:30:06 +0200
commit4e3d60656a7235b6b6e86d7ef48b0394276c35b5 (patch)
treee3bae80fb9abfc875b9850ee3f746ea10748cbb9 /drivers/firmware/Makefile
parentLinux 4.3-rc1 (diff)
downloadkernel-qcow2-linux-4e3d60656a7235b6b6e86d7ef48b0394276c35b5.tar.gz
kernel-qcow2-linux-4e3d60656a7235b6b6e86d7ef48b0394276c35b5.tar.xz
kernel-qcow2-linux-4e3d60656a7235b6b6e86d7ef48b0394276c35b5.zip
ARM: bcm2835: Add the Raspberry Pi firmware driver
This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'drivers/firmware/Makefile')
-rw-r--r--drivers/firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile
index 000830fc6707..d20a8f7100e1 100644
--- a/drivers/firmware/Makefile
+++ b/drivers/firmware/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o
obj-$(CONFIG_QCOM_SCM) += qcom_scm.o
obj-$(CONFIG_QCOM_SCM) += qcom_scm-32.o
CFLAGS_qcom_scm-32.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)
+obj-$(CONFIG_RASPBERRYPI_FIRMWARE) += raspberrypi.o
obj-y += broadcom/
obj-$(CONFIG_GOOGLE_FIRMWARE) += google/