android_kernel_google_msm/drivers/slimbus/Kconfig
David Brown 3db739bbbc slimbus: Add Qualcomm Slimbus driver
Signed-off-by: David Brown <davidb@codeaurora.org>
2013-02-25 11:32:56 -08:00

19 lines
400 B
Text

#
# SLIMBUS driver configuration
#
menuconfig SLIMBUS
bool "Slimbus support"
depends on HAS_IOMEM
help
Slimbus is standard interface between baseband and
application processors and peripheral components in mobile
terminals.
if SLIMBUS
config SLIMBUS_MSM_CTRL
tristate "Qualcomm Slimbus Master Component"
default n
help
Select driver for Qualcomm's Slimbus Master Component.
endif