Kconfig 859 B

12345678910111213141516171819202122232425
  1. #
  2. # IPC_ROUTER Configuration
  3. #
  4. menuconfig IPC_ROUTER
  5. bool "IPC Router support"
  6. help
  7. IPC Router provides a connectionless message routing service
  8. between multiple modules within a System-on-Chip(SoC). The
  9. communicating entities can run either in the same processor or
  10. in a different processor within the SoC. The IPC Router has been
  11. designed to route messages of any types and support a broader
  12. network of processors.
  13. If in doubt, say N.
  14. config IPC_ROUTER_SECURITY
  15. depends on IPC_ROUTER
  16. bool "IPC Router Security support"
  17. help
  18. This feature of IPC Router will enforce security rules
  19. configured by a security script from the user-space. IPC Router
  20. once configured with the security rules will ensure that the
  21. sender of the message to a service belongs to the relevant
  22. Linux group as configured by the security script.