package/kernel: move pcspkr to sound.mk
SVN-Revision: 21135
This commit is contained in:
parent
225ab2533f
commit
014b05878d
2 changed files with 16 additions and 17 deletions
|
@ -100,23 +100,6 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,lp))
|
$(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
|
define KernelPackage/pcmcia-core
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
|
|
@ -7,6 +7,22 @@
|
||||||
|
|
||||||
SOUND_MENU:=Sound Support
|
SOUND_MENU:=Sound Support
|
||||||
|
|
||||||
|
define KernelPackage/pcspkr
|
||||||
|
SUBMENU:=$(SOUND_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/sound-core
|
define KernelPackage/sound-core
|
||||||
SUBMENU:=$(SOUND_MENU)
|
SUBMENU:=$(SOUND_MENU)
|
||||||
TITLE:=Sound support
|
TITLE:=Sound support
|
||||||
|
|
Loading…
Reference in a new issue