diff options
author | Andy Boyett <agb@openwrt.org> | 2009-10-05 17:04:17 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-10-05 17:04:17 +0000 |
commit | 7d1b0e3fa3eb53dea9abcf0aab15a4c61c9b233b (patch) | |
tree | b11d03489a39767e30298057822ee523ad19ce9f /package | |
parent | ea3d853f55e34fe2f3adda25bbf3676760684496 (diff) | |
download | master-187ad058-7d1b0e3fa3eb53dea9abcf0aab15a4c61c9b233b.tar.gz master-187ad058-7d1b0e3fa3eb53dea9abcf0aab15a4c61c9b233b.tar.bz2 master-187ad058-7d1b0e3fa3eb53dea9abcf0aab15a4c61c9b233b.zip |
[ps3] add missing kconfig option to ps3 sound module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17899 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/sound.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 60864b105a..f78cdfc4bc 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -95,9 +95,10 @@ $(eval $(call KernelPackage,sound-i8x0)) define KernelPackage/sound-ps3 SUBMENU:=$(SOUND_MENU) TITLE:=PS3 Audio - DEPENDS:=kmod-sound-core + DEPENDS:=kmod-sound-core @TARGET_ps3 KCONFIG:=CONFIG_SND_PS3 \ - CONFIG_SND_PPC=y + CONFIG_SND_PPC=y \ + CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,35, snd_ps3) endef |