First Support on Ginger and OMAP TI
[linux-ginger.git] / drivers / staging / dream / smd / Kconfig
blob17b8bdc7b9b71e7798dcf54e0cb664cb98b8c3fa
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.
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
20 config MSM_RPCSERVERS
21         depends on MSM_ONCRPCROUTER
22         default y
23         bool "Kernel side RPC server bundle"
24         help
25           none