aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/Kconfig
blob: e61e4ca064a8ab43b4dc4954b22fa3a52310379f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
config BCM2835_VCHIQ
	tristate "Videocore VCHIQ"
	depends on HAS_DMA
	depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
	default y
	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.