[package] kernel: disable kmod-rfkill on UML
[openwrt.git] / package / kernel / modules / block.mk
index 3c27813..34ed8c8 100644 (file)
@@ -35,6 +35,22 @@ endef
 $(eval $(call KernelPackage,ata-ahci))
 
 
+define KernelPackage/ata-sil24
+  SUBMENU:=$(BLOCK_MENU)
+  TITLE:=Silicon Image 3124/3132 SATA support
+  DEPENDS:=kmod-ata-core
+  KCONFIG:=CONFIG_SATA_SIL24
+  FILES:=$(LINUX_DIR)/drivers/ata/sata_sil24.$(LINUX_KMOD_SUFFIX)
+  AUTOLOAD:=$(call AutoLoad,41,sata_sil24)
+endef
+
+define KernelPackage/ata-sil24/description
+ Support for Silicon Image 3124/3132 Serial ATA controllers.
+endef
+
+$(eval $(call KernelPackage,ata-sil24))
+
+
 define KernelPackage/ata-artop
   SUBMENU:=$(BLOCK_MENU)
   TITLE:=ARTOP 6210/6260 PATA support
@@ -323,7 +339,7 @@ $(eval $(call KernelPackage,aoe))
 define KernelPackage/ps3vram
   SUBMENU:=$(BLOCK_MENU)
   TITLE:=PS3 Video RAM Storage Driver
-  DEPENDS:=@TARGET_ps3
+  DEPENDS:=@TARGET_ps3||TARGET_ps3chk
   KCONFIG:=CONFIG_PS3_VRAM
   FILES:=$(LINUX_DIR)/drivers/block/ps3vram.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,01,ps3vram)
This page took 0.021528 seconds and 4 git commands to generate.