Ohad Ben-Cohen | 489d129 | 2011-12-21 11:25:43 +0200 | [diff] [blame] | 1 | menu "Remoteproc drivers (EXPERIMENTAL)" |
Ohad Ben-Cohen | 650d656 | 2011-12-14 13:01:59 +0200 | [diff] [blame] | 2 | |
Ohad Ben-Cohen | 400e64d | 2011-10-20 16:52:46 +0200 | [diff] [blame] | 3 | # REMOTEPROC gets selected by whoever wants it |
| 4 | config REMOTEPROC |
| 5 | tristate |
Ohad Ben-Cohen | 489d129 | 2011-12-21 11:25:43 +0200 | [diff] [blame] | 6 | depends on EXPERIMENTAL |
Ohad Ben-Cohen | 34ed5a3 | 2011-10-20 18:53:35 +0200 | [diff] [blame] | 7 | |
| 8 | config OMAP_REMOTEPROC |
| 9 | tristate "OMAP remoteproc support" |
| 10 | depends on ARCH_OMAP4 |
Ohad Ben-Cohen | 9cd8eb4 | 2012-02-28 13:04:33 +0200 | [diff] [blame] | 11 | depends on OMAP_IOMMU |
Ohad Ben-Cohen | 34ed5a3 | 2011-10-20 18:53:35 +0200 | [diff] [blame] | 12 | select REMOTEPROC |
| 13 | select OMAP_MBOX_FWK |
| 14 | select RPMSG |
Ohad Ben-Cohen | 34ed5a3 | 2011-10-20 18:53:35 +0200 | [diff] [blame] | 15 | help |
| 16 | Say y here to support OMAP's remote processors (dual M3 |
| 17 | and DSP on OMAP4) via the remote processor framework. |
| 18 | |
| 19 | Currently only supported on OMAP4. |
| 20 | |
| 21 | Usually you want to say y here, in order to enable multimedia |
| 22 | use-cases to run on your platform (multimedia codecs are |
| 23 | offloaded to remote DSP processors using this framework). |
| 24 | |
| 25 | It's safe to say n here if you're not interested in multimedia |
| 26 | offloading or just want a bare minimum kernel. |
Ohad Ben-Cohen | 650d656 | 2011-12-14 13:01:59 +0200 | [diff] [blame] | 27 | |
| 28 | endmenu |