diff options
author | Olof Johansson <olof@lixom.net> | 2015-10-26 04:39:22 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-10-26 04:39:22 +0300 |
commit | 2bf8bda933a04b5b9cdeb9a6b412fd8bd1ea7500 (patch) | |
tree | 64b758b1b4f33f4bedaa625c519ced86352ee767 /drivers/firmware/Kconfig | |
parent | d787dcdb9c8f412b1dd0727f90d3f793a61a2551 (diff) | |
parent | 16134b3bc317c571e953d18196acf0a92afda5ff (diff) | |
download | linux-2bf8bda933a04b5b9cdeb9a6b412fd8bd1ea7500.tar.xz |
Merge tag 'arm/soc/for-4.4/rpi-drivers' of https://github.com/Broadcom/stblinux into next/drivers
This pull request contains the Raspberry Pi firmware driver, for communicating
with the VPU which has exclusive control of some of the peripherals.
Eric adds the actual firmware driver and Alexander fixes the header file which
was missing include guards.
* tag 'arm/soc/for-4.4/rpi-drivers' of https://github.com/Broadcom/stblinux:
ARM: bcm2835: add mutual inclusion protection
ARM: bcm2835: Add the Raspberry Pi firmware driver
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/firmware/Kconfig')
-rw-r--r-- | drivers/firmware/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index d00c6d338cc3..cf478fe6b335 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -154,6 +154,13 @@ config ISCSI_IBFT detect iSCSI boot parameters dynamically during system boot, say Y. Otherwise, say N. +config RASPBERRYPI_FIRMWARE + tristate "Raspberry Pi Firmware Driver" + depends on BCM2835_MBOX + help + This option enables support for communicating with the firmware on the + Raspberry Pi. + config QCOM_SCM bool depends on ARM || ARM64 |