kumquat-buildroot/package/festival/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

23 lines
444 B
Plaintext

menuconfig BR2_PACKAGE_FESTIVAL
bool "festival text-to-speech system"
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_SPEECH_TOOLS
help
Text to speech system for Linux
if BR2_PACKAGE_FESTIVAL
menu "speech tools"
source "package/festival/speech-tools/Config.in"
endmenu
menu "festival lexicons"
source "package/festival/lexicons/Config.in"
endmenu
menu "festival voices"
source "package/festival/voices/Config.in"
endmenu
endif