Kconfig 866 B

1234567891011121314151617181920212223242526
  1. menu "Tegra firmware driver"
  2. config TEGRA_IVC
  3. bool "Tegra IVC protocol"
  4. depends on ARCH_TEGRA
  5. help
  6. IVC (Inter-VM Communication) protocol is part of the IPC
  7. (Inter Processor Communication) framework on Tegra. It maintains the
  8. data and the different commuication channels in SysRAM or RAM and
  9. keeps the content is synchronization between host CPU and remote
  10. processors.
  11. config TEGRA_BPMP
  12. bool "Tegra BPMP driver"
  13. depends on ARCH_TEGRA && TEGRA_HSP_MBOX && TEGRA_IVC
  14. help
  15. BPMP (Boot and Power Management Processor) is designed to off-loading
  16. the PM functions which include clock/DVFS/thermal/power from the CPU.
  17. It needs HSP as the HW synchronization and notification module and
  18. IVC module as the message communication protocol.
  19. This driver manages the IPC interface between host CPU and the
  20. firmware running on BPMP.
  21. endmenu