2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 define KernelPackage
/ps3lan
9 SUBMENU
:=Network Devices
10 TITLE
:=PS3-Lan support
14 CONFIG_GELIC_WIRELESS
=y
15 FILES
:=$(LINUX_DIR
)/drivers
/net
/ps3_gelic.ko
16 AUTOLOAD
:=$(call AutoLoad
,50,ps3_gelic
)
19 define KernelPackage
/ps3lan
/description
20 Kernel module for PS3 Networking. Includes Gb Ethernet and WLAN
23 $(eval
$(call KernelPackage
,ps3lan
))
26 define KernelPackage
/ps3vram
27 SUBMENU
:=$(BLOCK_MENU
)
28 TITLE
:=PS3 Video RAM Storage Driver
30 KCONFIG
:=CONFIG_PS3_VRAM
31 FILES
:=$(LINUX_DIR
)/drivers
/block
/ps3vram.ko
32 AUTOLOAD
:=$(call AutoLoad
,01,ps3vram
)
35 define KernelPackage
/ps3vram
/description
36 Kernel support for PS3 Video RAM Storage
39 $(eval
$(call KernelPackage
,ps3vram
))
42 define KernelPackage
/sound-ps3
43 SUBMENU
:=$(SOUND_MENU
)
46 KCONFIG
:=CONFIG_SND_PS3 \
48 CONFIG_SND_PS3_DEFAULT_START_DELAY
=2000
49 FILES
:=$(LINUX_DIR
)/sound
/ppc
/snd_ps3.ko
50 AUTOLOAD
:=$(call AutoLoad
,35, snd_ps3
)
51 $(call AddDepends
/sound
)
54 define KernelPackage
/sound-ps3
/description
55 support for the integrated PS3 audio device
58 $(eval
$(call KernelPackage
,sound-ps3
))