Sagar Dharia | 3648e78 | 2017-12-11 23:42:57 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
| 3 | # SLIMbus driver configuration |
| 4 | # |
| 5 | menuconfig SLIMBUS |
| 6 | tristate "SLIMbus support" |
| 7 | help |
| 8 | SLIMbus is standard interface between System-on-Chip and audio codec, |
| 9 | and other peripheral components in typical embedded systems. |
| 10 | |
| 11 | If unsure, choose N. |
| 12 | |
| 13 | if SLIMBUS |
| 14 | |
| 15 | # SLIMbus controllers |
Sagar Dharia | ad7fcbc | 2017-12-11 23:43:05 +0000 | [diff] [blame] | 16 | config SLIM_QCOM_CTRL |
| 17 | tristate "Qualcomm SLIMbus Manager Component" |
| 18 | depends on SLIMBUS |
Srinivas Kandagatla | fc6b1f3 | 2018-01-03 09:32:04 +0000 | [diff] [blame] | 19 | depends on HAS_IOMEM |
Sagar Dharia | ad7fcbc | 2017-12-11 23:43:05 +0000 | [diff] [blame] | 20 | help |
| 21 | Select driver if Qualcomm's SLIMbus Manager Component is |
| 22 | programmed using Linux kernel. |
Sagar Dharia | 3648e78 | 2017-12-11 23:42:57 +0000 | [diff] [blame] | 23 | |
| 24 | endif |