#
# PBX driver configuration
#
#
menu "PBX support"

config PBX
	tristate "PBX support"
	help
	  PBX is Private Branch eXchange. BF533 and BF537 STAMP board now
	  support PBX card which has 2 FXS ports, as well as 2 FXO ports.

config J11_JUMPER
	int "Select J11 jumper on PBX card"
	depends on PBX
	default 5
	help
	  Input from 1-7, no confliction with others. 

config J16_JUMPER
	int "Select J16 jumper on PBX card"
	depends on PBX
	default 4
	help
	  Input from 1-7, no confliction with others.

config J19_JUMPER
	int "Select J19 jumper on PBX card"
	depends on PBX
	default 6
	help
	  Input form 1-7, no confliction with others.

endmenu # "PBX support"

