# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
SOUND_MENU:=Sound Support
TITLE:=PS3 Audio
DEPENDS:=kmod-sound-core
KCONFIG:=CONFIG_SND_PS3 \
- CONFIG_SND_PPC
+ CONFIG_SND_PPC=y
FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,35, snd_ps3)
endef