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 | e121aefa | 2012-07-01 11:53:36 +0300 | [diff] [blame] | 7 | select FW_CONFIG |
Ohad Ben-Cohen | 34ed5a3 | 2011-10-20 18:53:35 +0200 | [diff] [blame] | 8 | |
| 9 | config OMAP_REMOTEPROC |
| 10 | tristate "OMAP remoteproc support" |
Ohad Ben-Cohen | d503942 | 2012-07-01 11:31:35 +0300 | [diff] [blame] | 11 | depends on EXPERIMENTAL |
Ohad Ben-Cohen | 34ed5a3 | 2011-10-20 18:53:35 +0200 | [diff] [blame] | 12 | depends on ARCH_OMAP4 |
Ohad Ben-Cohen | 9cd8eb4 | 2012-02-28 13:04:33 +0200 | [diff] [blame] | 13 | depends on OMAP_IOMMU |
Ohad Ben-Cohen | 34ed5a3 | 2011-10-20 18:53:35 +0200 | [diff] [blame] | 14 | select REMOTEPROC |
| 15 | select OMAP_MBOX_FWK |
| 16 | select RPMSG |
Ohad Ben-Cohen | 34ed5a3 | 2011-10-20 18:53:35 +0200 | [diff] [blame] | 17 | help |
| 18 | Say y here to support OMAP's remote processors (dual M3 |
| 19 | and DSP on OMAP4) via the remote processor framework. |
| 20 | |
| 21 | Currently only supported on OMAP4. |
| 22 | |
| 23 | Usually you want to say y here, in order to enable multimedia |
| 24 | use-cases to run on your platform (multimedia codecs are |
| 25 | offloaded to remote DSP processors using this framework). |
| 26 | |
| 27 | It's safe to say n here if you're not interested in multimedia |
| 28 | offloading or just want a bare minimum kernel. |
Ohad Ben-Cohen | 650d656 | 2011-12-14 13:01:59 +0200 | [diff] [blame] | 29 | |
| 30 | endmenu |