diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-08-21 14:40:29 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-08-21 14:40:29 +0200 |
commit | 00ea82e846de6ef6e613effce7f30308cf85c22c (patch) | |
tree | 4027157a189b36bfecf620979e354f043e0fbe25 /scripts | |
parent | 45de0746b33b3716101caa5fa08ee601221dce39 (diff) | |
download | busybox-w32-00ea82e846de6ef6e613effce7f30308cf85c22c.tar.gz busybox-w32-00ea82e846de6ef6e613effce7f30308cf85c22c.tar.bz2 busybox-w32-00ea82e846de6ef6e613effce7f30308cf85c22c.zip |
add config knob for default freq and length
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 7f172c34a..394839bc9 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -567,6 +567,9 @@ CONFIG_FEATURE_MOUNT_LOOP=y | |||
567 | # | 567 | # |
568 | CONFIG_ADJTIMEX=y | 568 | CONFIG_ADJTIMEX=y |
569 | # CONFIG_BBCONFIG is not set | 569 | # CONFIG_BBCONFIG is not set |
570 | CONFIG_BEEP=y | ||
571 | CONFIG_FEATURE_BEEP_FREQ=4000 | ||
572 | CONFIG_FEATURE_BEEP_LENGTH=30 | ||
570 | CONFIG_CHAT=y | 573 | CONFIG_CHAT=y |
571 | CONFIG_FEATURE_CHAT_NOFAIL=y | 574 | CONFIG_FEATURE_CHAT_NOFAIL=y |
572 | # CONFIG_FEATURE_CHAT_TTY_HIFI is not set | 575 | # CONFIG_FEATURE_CHAT_TTY_HIFI is not set |