#
# IMS Bridge configuration
#

config SPRD_IMS_BRIDGE
	tristate "Spreadtrum ims stack bridge support"
	depends on INET && NETFILTER && UNISOC_SIPC
	default m
	help
	  This option adds ims stack bridge support to the kernel. We will
	  *route* the packets to the proper interface and ims stack, and
	  all of these are transparent to the ims stacks.
	  To compile it as a module, choose M here.  If unsure, say N.

config SPRD_IMS_BRIDGE_TEST
	bool "Spreadtrum ims stack bridge test suite feature"
	depends on SPRD_IMS_BRIDGE
	default y
	help
	  This option supports for ims bridge kernel test suite,
	  the supported lists can be retrieved by
	  /d/ims_bridge/test-suite.
	  If unsure, say N.

config SPRD_IMS_BRIDGE_TRANSIT
	tristate "Spreadtrum ims stack bridge config for orca board"
	depends on INET && NETFILTER && UNISOC_SIPC
	default m
	help
	  This option add only on orca board, so the imsbr on orca on play
	  a role as a data-transfer.
	  If unsure, say N.

config SPRD_IMS_BRIDGE_GCOV
    bool "open gcov for ims stack bridge"
    depends on GCOV_PROFILE_MODULES
    help
      Say Y here to enable gcov for ims stack bridge

