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 | e5aa5ddc36b6beee83aac1fb70cc3396e6adb43e (patch) | |
tree | c16e7aae964d6d20fb2f9f176f5966ad434096a3 /target/linux/generic-2.6/config-2.6.28 | |
parent | 7da25b844cdf1944755a2ceb95543184776fa8e5 (diff) | |
download | upstream-e5aa5ddc36b6beee83aac1fb70cc3396e6adb43e.tar.gz upstream-e5aa5ddc36b6beee83aac1fb70cc3396e6adb43e.tar.bz2 upstream-e5aa5ddc36b6beee83aac1fb70cc3396e6adb43e.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>
SVN-Revision: 15684
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 |