#
# CSS configuration
#

menu "CSS support"

config CSS
	tristate "CSS support"

config CSS_DUA
	bool "CSS DUA interface based on netlink"
	depends on CSS
	help
	  Netlink interface for sending DUA messages between CSS and user space

config CSS_UART
	bool "CSS messages over UART"
	depends on CSS
	help
	  Use a UART connection to transfer CSS messages instead of shared memory

config CSS_DEBUG
	bool "Coma debug service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending DEBUG messages between CSS and user space

config CSS_IWU
	bool "Coma IWU service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending IWU messages between CSS and user space

config CSS_EEPROM
	bool "Coma EEPROM service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending EEPROM messages between CSS and user space

config CSS_SS7
	bool "Coma SS7 service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending SS7 messages between CSS and user space

config CSS_CONFIG
	bool "Coma CONFIG service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending CONFIG messages between CSS and user space

config CSS_MCH
	bool "Coma MCH service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending MCH (Media Connection Handler)  messages between CSS and user space

config CSS_MMI
	bool "Coma MMI service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending MMI messages between CSS and user space

config CSS_DSR
	bool "Coma DSR service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending DSR messages between CSS and user space

config CSS_DATAHANDLER
	bool "Coma DATAHANDLER service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending DATAHANDLER messages between CSS and user space

config CSS_VOICE
	bool "Coma VOICE service based on netlink"
	depends on CSS
	help
	  Netlink interface for sending VOICE messages between CSS and user space

config CORDLESS_NUM_VOICELINES
	int "Voice Channels"
	depends on CSS_VOICE
	default 4
	help
	  Number of VOICE channels

config CSS_TDM
	bool "Coma TDM service"
	depends on CSS
	help
	  Interface for sending TDM messages

config CSS_ALSA
	bool "Coma ALSA service"
	depends on CSS
	help
	  Interface for sending ALSA PCM messages

config CSS_PROD
	bool "Coma Production service"
	depends on CSS
	help
	  Interface for sending PROD messages

endmenu
