blob: 1fa3e4e136a5f85fcced9afcbed4efa4c648238a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
menu "Tegra firmware driver"
config TEGRA_IVC
bool "Tegra IVC protocol"
depends on ARCH_TEGRA
help
IVC (Inter-VM Communication) protocol is part of the IPC
(Inter Processor Communication) framework on Tegra. It maintains the
data and the different commuication channels in SysRAM or RAM and
keeps the content is synchronization between host CPU and remote
processors.
endmenu
|