summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/Kconfig
blob: 74094fff4367813a03e5fb59357a1e1054ea002d (plain)
1
2
3
4
5
6
7
8
9
10
11
config BCM2835_VCHIQ
	tristate "Videocore VCHIQ"
	depends on HAS_DMA
	depends on OF
	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.