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/defconfig | |
parent | 45de0746b33b3716101caa5fa08ee601221dce39 (diff) | |
download | busybox-00ea82e846de6ef6e613effce7f30308cf85c22c.tar.gz |
add config knob for default freq and length
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'scripts/defconfig')
-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 # CONFIG_ADJTIMEX=y # CONFIG_BBCONFIG is not set +CONFIG_BEEP=y +CONFIG_FEATURE_BEEP_FREQ=4000 +CONFIG_FEATURE_BEEP_LENGTH=30 CONFIG_CHAT=y CONFIG_FEATURE_CHAT_NOFAIL=y # CONFIG_FEATURE_CHAT_TTY_HIFI is not set |