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
This commit is contained in:
@@ -103,6 +103,23 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,lp))
|
||||
|
||||
define KernelPackage/pcspkr
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=PC speaker support
|
||||
DEPENDS:=@LINUX_2_6
|
||||
KCONFIG:=CONFIG_INPUT_PCSPKR
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/input/misc/pcspkr.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50, \
|
||||
pcspkr \
|
||||
)
|
||||
endef
|
||||
|
||||
define KernelPackage/pcspkr/description
|
||||
This enables sounds (tones) through the pc speaker
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,pcspkr))
|
||||
|
||||
define KernelPackage/pcmcia-core
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
|
||||
Reference in New Issue
Block a user