diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-07 14:05:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-07 14:05:42 +0000 |
commit | 58843a1012d423e70a9bd6bc8e7ecd6dfe48ecf2 (patch) | |
tree | 68ffeab78ee1edfeafcea4e912c03edc12f3b52a /target/linux/generic-2.6/config-2.6.29 | |
parent | bbc7a4c8c72e105f4d1d43007e821534e34de1bc (diff) | |
download | upstream-58843a1012d423e70a9bd6bc8e7ecd6dfe48ecf2.tar.gz upstream-58843a1012d423e70a9bd6bc8e7ecd6dfe48ecf2.tar.bz2 upstream-58843a1012d423e70a9bd6bc8e7ecd6dfe48ecf2.zip |
Add support for pc speaker
PC speaker could be very useful on platforms which implement it. One could
easily use the speaker to produce a sound where its pitch or duration varies
according to signal strength or SNR of a wireless link.
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15684 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.29')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.29 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-2.6.29 b/target/linux/generic-2.6/config-2.6.29 index a324ef54b3..8b3b1c5206 100644 --- a/target/linux/generic-2.6/config-2.6.29 +++ b/target/linux/generic-2.6/config-2.6.29 @@ -641,7 +641,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set -# CONFIG_INPUT_MISC is not set +CONFIG_INPUT_MISC=y # CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_PCSPKR is not set |