# SPDX-License-Identifier: GPL-2.0 menuconfig [31mCONFIG_BCM_VIDEOCORE[0m tristate "Broadcom VideoCore support" depends on [31mCONFIG_OF[0m depends on [31mCONFIG_RASPBERRYPI_FIRMWARE[0m || ([31mCONFIG_COMPILE_TEST[0m && ![31mCONFIG_RASPBERRYPI_FIRMWARE[0m) default y help Support for Broadcom VideoCore services including the BCM2835 family of products which is used by the Raspberry PI. if [31mCONFIG_BCM_VIDEOCORE[0m config [31mCONFIG_BCM2835_VCHIQ[0m tristate "BCM2835 VCHIQ" help Kernel to VideoCore communication interface for the BCM2835 family of products. Defaults to Y when the Broadcom Videocore services are included in the build, N otherwise. source "drivers/staging/vc04_services/bcm2835-audio/Kconfig" source "drivers/staging/vc04_services/bcm2835-camera/Kconfig" endif |