|
|
|
@ -100,23 +100,6 @@ 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)
|
|
|
|
|