Add ps3vram kernel module
SVN-Revision: 14950
This commit is contained in:
parent
dfd7233c8b
commit
4af13017ff
1 changed files with 15 additions and 0 deletions
|
@ -320,3 +320,18 @@ define KernelPackage/aoe/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,aoe))
|
$(eval $(call KernelPackage,aoe))
|
||||||
|
|
||||||
|
define KernelPackage/ps3vram
|
||||||
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
|
TITLE:=PS3 Video RAM Storage Driver
|
||||||
|
DEPENDS:=@TARGET_ps3
|
||||||
|
KCONFIG:=CONFIG_PS3_VRAM
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/block/ps3vram.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,01,ps3vram)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/ps3vram/description
|
||||||
|
Kernel support for PS3 Video RAM Storage
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,ps3vram))
|
||||||
|
|
Loading…
Reference in a new issue