blob: 72bd28af8a89b48f214c6332ec29f526229a98a7 [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
Sagar Dharia71fcea52012-09-12 23:21:57 -060019config 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 Huntsman3f2bc4d2011-08-16 17:27:22 -070028endif