1menuconfig BCM_VIDEOCORE 2 tristate "Broadcom VideoCore support" 3 depends on OF 4 depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE) 5 default y 6 help 7 Support for Broadcom VideoCore services including 8 the BCM2835 family of products which is used 9 by the Raspberry PI. 10 11if BCM_VIDEOCORE 12 13config BCM2835_VCHIQ 14 tristate "BCM2835 VCHIQ" 15 help 16 Kernel to VideoCore communication interface for the 17 BCM2835 family of products. 18 Defaults to Y when the Broadcom Videocore services 19 are included in the build, N otherwise. 20 21source "drivers/staging/vc04_services/bcm2835-audio/Kconfig" 22 23source "drivers/staging/vc04_services/bcm2835-camera/Kconfig" 24 25endif 26 27