add config knob for default freq and length

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Bernhard Reutner-Fischer
2009-08-21 14:40:29 +02:00
parent 45de0746b3
commit 00ea82e846
3 changed files with 29 additions and 2 deletions

View File

@ -25,6 +25,22 @@ config BEEP
help
The beep applets beeps in a given freq/Hz.
config FEATURE_BEEP_FREQ
int "default frequency"
range 0 2147483647
default 4000
depends on BEEP
help
Frequency for default beep.
config FEATURE_BEEP_LENGTH
int "default length"
range 0 2147483647
default 30
depends on BEEP
help
Length in ms for default beep.
config CHAT
bool "chat"
default n