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