]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/staging/vc04_services/Kconfig
staging: bcm2835-camera: Move driver under vc04_services
[mirror_ubuntu-artful-kernel.git] / drivers / staging / vc04_services / Kconfig
1 menuconfig BCM2835_VCHIQ
2 tristate "Videocore VCHIQ"
3 depends on HAS_DMA
4 depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
5 default y
6 help
7 Kernel to VideoCore communication interface for the
8 BCM2835 family of products.
9 Defaults to Y when the Broadcom Videocore services
10 are included in the build, N otherwise.
11
12 if BCM2835_VCHIQ
13
14 source "drivers/staging/vc04_services/bcm2835-audio/Kconfig"
15
16 source "drivers/staging/vc04_services/bcm2835-camera/Kconfig"
17
18 endif
19