We need the IIO fixes in here as well to handle merge issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -config BCM2835_VCHIQ
 -      tristate "Videocore VCHIQ"
 +menuconfig BCM_VIDEOCORE
 +      tristate "Broadcom VideoCore support"
        depends on HAS_DMA
+       depends on OF
        depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
        default y
 +      help
 +              Support for Broadcom VideoCore services including
 +              the BCM2835 family of products which is used
 +              by the Raspberry PI.
 +
 +if BCM_VIDEOCORE
 +
 +config BCM2835_VCHIQ
 +      tristate "BCM2835 VCHIQ"
        help
                Kernel to VideoCore communication interface for the
                BCM2835 family of products.