Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1 | # |
| 2 | # SLIMBUS driver configuration |
| 3 | # |
| 4 | menuconfig SLIMBUS |
| 5 | bool "Slimbus support" |
| 6 | depends on HAS_IOMEM |
| 7 | help |
| 8 | Slimbus is standard interface between baseband and |
| 9 | application processors and peripheral components in mobile |
| 10 | terminals. |
| 11 | |
| 12 | if SLIMBUS |
| 13 | config SLIMBUS_MSM_CTRL |
| 14 | tristate "Qualcomm Slimbus Master Component" |
| 15 | default n |
| 16 | help |
| 17 | Select driver for Qualcomm's Slimbus Master Component. |
| 18 | |
Sagar Dharia | 71fcea5 | 2012-09-12 23:21:57 -0600 | [diff] [blame] | 19 | config SLIMBUS_MSM_NGD |
| 20 | tristate "Qualcomm Slimbus Satellite Component" |
| 21 | help |
| 22 | Select driver for Qualcomm's Slimbus Satellite Component. |
| 23 | This is light-weight slimbus controller driver responsible for |
| 24 | communicating with slave HW directly over the bus using messaging |
| 25 | interface, and communicating with master component residing on ADSP |
| 26 | for bandwidth and data-channel management. |
| 27 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 28 | endif |