]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/char/broadcom/Kconfig
vcsm: VideoCore shared memory service for BCM2835
[mirror_ubuntu-artful-kernel.git] / drivers / char / broadcom / Kconfig
1 #
2 # Broadcom char driver config
3 #
4
5 menuconfig BRCM_CHAR_DRIVERS
6 bool "Broadcom Char Drivers"
7 help
8 Broadcom's char drivers
9
10 if BRCM_CHAR_DRIVERS
11
12 config BCM2708_VCMEM
13 bool "Videocore Memory"
14 default y
15 help
16 Helper for videocore memory access and total size allocation.
17
18 endif
19
20 config BCM_VC_SM
21 bool "VMCS Shared Memory"
22 depends on BCM2835_VCHIQ
23 select BCM2708_VCMEM
24 default n
25 help
26 Support for the VC shared memory on the Broadcom reference
27 design. Uses the VCHIQ stack.