aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/Kconfig
blob: 9e2763663ab869c72dc47a9a42b21153a8b52ce0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.
		Defaults to Y when the Broadcom Videocore services
		are included in the build, N otherwise.

if BCM2835_VCHIQ

config BCM2835_VCHIQ_SUPPORT_MEMDUMP
	bool "Support dumping memory contents to debug log"
	help
		BCM2835 VCHIQ supports the ability to dump the
		contents of memory to the debug log.  This
		is typically only needed by diagnostic tools used
		to debug issues with VideoCore.

endif

source "drivers/staging/vc04_services/bcm2835-audio/Kconfig"

source "drivers/staging/vc04_services/bcm2835-camera/Kconfig"

endif