9p: Optimize TCREATE by eliminating a redundant fid clone.
[pandora-kernel.git] / drivers / staging / dream / smd / Kconfig
1 config MSM_SMD
2         depends on ARCH_MSM
3         default y
4         bool "MSM Shared Memory Driver (SMD)"
5         help
6           Support for the shared memory interface between the apps
7           processor and the baseband processor.  Provides access to
8           the "shared heap", as well as virtual serial channels
9           used to communicate with various services on the baseband
10           processor.
11
12 config MSM_ONCRPCROUTER
13         depends on MSM_SMD
14         default y
15         bool "MSM ONCRPC router support"
16         help
17           Support for the MSM ONCRPC router for communication between
18           the ARM9 and ARM11
19
20 config MSM_RPCSERVERS
21         depends on MSM_ONCRPCROUTER
22         default y
23         bool "Kernel side RPC server bundle"
24         help
25           none
26