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