1*ca791d7fSThierry Redingmenu "Tegra firmware driver" 2*ca791d7fSThierry Reding 3*ca791d7fSThierry Redingconfig TEGRA_IVC 4*ca791d7fSThierry Reding bool "Tegra IVC protocol" 5*ca791d7fSThierry Reding depends on ARCH_TEGRA 6*ca791d7fSThierry Reding help 7*ca791d7fSThierry Reding IVC (Inter-VM Communication) protocol is part of the IPC 8*ca791d7fSThierry Reding (Inter Processor Communication) framework on Tegra. It maintains the 9*ca791d7fSThierry Reding data and the different commuication channels in SysRAM or RAM and 10*ca791d7fSThierry Reding keeps the content is synchronization between host CPU and remote 11*ca791d7fSThierry Reding processors. 12*ca791d7fSThierry Reding 13*ca791d7fSThierry Redingendmenu 14