mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	package/kernel: move pcspkr to sound.mk
SVN-Revision: 21135
This commit is contained in:
		
							parent
							
								
									225ab2533f
								
							
						
					
					
						commit
						014b05878d
					
				@ -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)
 | 
			
		||||
 | 
			
		||||
@ -7,6 +7,22 @@
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
  SUBMENU:=$(SOUND_MENU)
 | 
			
		||||
  TITLE:=Sound support
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user