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.28 | |
parent | bbc7a4c8c72e105f4d1d43007e821534e34de1bc (diff) | |
download | master-187ad058-58843a1012d423e70a9bd6bc8e7ecd6dfe48ecf2.tar.gz master-187ad058-58843a1012d423e70a9bd6bc8e7ecd6dfe48ecf2.tar.bz2 master-187ad058-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.28')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.28 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index 0bad55758e..1a193fb78a 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -628,7 +628,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 |