menu "Speakup console speech" 
config SPEAKUP
	tristate "Build speakup console speech"
		 ---help---
		
		This is the Speakup screen reader.  Think of it as a video console for
		blind people.  If built in to the kernel, it can speak evrything on the
		text console from boot up to shutdown.  For more information on Speakup,
		point your browser at http://www.linux-speakup.org/.  There is also a
		mailing list at the above url that you can subscribe to.
		
		Supported synthesizers are accent sa, accent pc, Apollo II., Auddapter,
		Braille 'n Speak, Dectalk external (old), Dectalk PC (full length isa
		board), Dectalk express,  Doubletalk, Doubletalk LT or Litetalk, Keynote
		Gold internal PC, Speakout, and transport.
		
		Speakup can either be built in or compiled as a module by answering y or
		m.  If you answer y here, then you must answer either y or m to at least
		one of the synthesizer drivers below.  If you answer m here, then the
		synthesizer drivers below can only be built as modules.
		
		These drivers are not standalone drivers, but must be used in
		conjunction with Speakup.  Think of them as video cards for blind
		people.
		
		The Dectalk pc
		driver can only be built as a module, and requires software to be
		pre-loaded on to the card before the module can be loaded.  See the
		decpc choice below for more details.
		
		If you are not a blind person, or don't have access to one of the listed
		synthesizers, you should say n.

if SPEAKUP != n 
	comment 'Type "y" or "m" for each synthesizer you want to build.'
	depends on SPEAKUP
endif

config SPEAKUP_ACNTSA
	depends on SPEAKUP
	tristate "Accent SA, acntsa"
		---help---
		
		This is the Speakup driver for the accent sa synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.

config SPEAKUP_ACNTPC
	depends on SPEAKUP
	tristate "Accent PC, acntpc"
		---help---
		
		This is the Speakup driver for the accent pc synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.

config SPEAKUP_APOLLO
	depends on SPEAKUP
	tristate "Apollo, apollo"
		---help---
		
	This is the Speakup driver for the Apollo II synthesizer.  You
	can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.
	
config SPEAKUP_AUDPTR
	depends on SPEAKUP
	tristate "Audapter, audptr"
		---help---
		
		This is the Speakup driver for the Audapter synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.

config SPEAKUP_BNS
	depends on SPEAKUP
	tristate "Braille 'n' Speak, bns"
		---help---
		
		This is the Speakup driver for the Braille 'n' Speak synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.
	 
config SPEAKUP_DECTLK
	depends on SPEAKUP
	tristate "DECtalk Express, dectlk"
		---help---
		
		This is the Speakup driver for the DecTalk Express synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.

config SPEAKUP_DECEXT
	depends on SPEAKUP
	tristate "DECtalk External (old), decext"
		---help---
		
		This is the Speakup driver for the DecTalk External (old) synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.

config SPEAKUP_DECPC
	depends on SPEAKUP
	tristate "DECtalk PC (big ISA card), decpc"
		---help---
		
		This is the Speakup driver for the DecTalk PC (full length ISA)
		synthesizer.  You can say  m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.
		
		In order to use the DecTalk PC driver, you must download the dec_pc.tgz
		file from linux-speakup.org.  It is in the pub/linux/goodies directory. 
		The dec_pc.tgz file contains the software which must be pre-loaded on to
		the DecTalk PC board in order to use it with this driver.  This driver
		must be built as a module, and can not be loaded until the file system
		is mounted and the DecTalk PC software has been pre-loaded on to the board.
		
		See the README file in the dec_pc.tgz file for more details.

config SPEAKUP_DTLK
	depends on SPEAKUP
	tristate "DoubleTalk PC, dtlk"
		---help---
		
		This is the Speakup driver for the internal DoubleTalk PC synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.

config SPEAKUP_KEYPC
	depends on SPEAKUP
	tristate "Keynote Gold PC, keypc"

config SPEAKUP_LTLK
	depends on SPEAKUP
	tristate "DoubleTalk LT or LiteTalk, ltlk"
		---help---
		
		This is the Speakup driver for the LiteTalk/DoubleTalk LT synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.

config SPEAKUP_SPKOUT
	depends on SPEAKUP
	tristate "Speak Out, spkout"
		---help---
		
		This is the Speakup driver for the Speakout synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.

config SPEAKUP_TXPRT
	depends on SPEAKUP
	tristate "Transport, txprt"
		---help---
		
		This is the Speakup driver for the Transport synthesizer.  You can say y
		to build it into the kernel, or m to build it as a module.  See the
		configuration help on the Speakup choice above for more info.

if SPEAKUP != n
	comment 'Enter the 3 to 6 character keyword from the list above, or none for no default synthesizer on boot up.'
	depends on SPEAKUP
endif

config SPEAKUP_DEFAULT
	string "Choose Default synthesizer for Speakup"
	default "none"

endmenu
