GNU Linux-libre 4.19.295-gnu1
[releases.git] / drivers / staging / vc04_services / Kconfig
1 menuconfig BCM_VIDEOCORE
2         tristate "Broadcom VideoCore support"
3         depends on OF
4         depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
5         default y
6         help
7                 Support for Broadcom VideoCore services including
8                 the BCM2835 family of products which is used
9                 by the Raspberry PI.
10
11 if BCM_VIDEOCORE
12
13 config BCM2835_VCHIQ
14         tristate "BCM2835 VCHIQ"
15         help
16                 Kernel to VideoCore communication interface for the
17                 BCM2835 family of products.
18                 Defaults to Y when the Broadcom Videocore services
19                 are included in the build, N otherwise.
20
21 source "drivers/staging/vc04_services/bcm2835-audio/Kconfig"
22
23 source "drivers/staging/vc04_services/bcm2835-camera/Kconfig"
24
25 endif
26