blob: a6a068d3f4915a3998d0672277f86afd183bd1f7 [file] [log] [blame]
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001#
2# SLIMBUS driver configuration
3#
4menuconfig 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
12if SLIMBUS
13config SLIMBUS_MSM_CTRL
14 tristate "Qualcomm Slimbus Master Component"
15 default n
16 help
17 Select driver for Qualcomm's Slimbus Master Component.
18
19endif