#
# 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
