mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
[kernel] Package AHCI driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11119 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b20c1d478d
commit
4fc969f862
@ -20,6 +20,22 @@ endef
|
||||
$(eval $(call KernelPackage,ata-core))
|
||||
|
||||
|
||||
define KernelPackage/ata-ahci
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=AHCI Serial ATA support
|
||||
DEPENDS:=kmod-ata-core
|
||||
KCONFIG:=CONFIG_SATA_AHCI
|
||||
FILES:=$(LINUX_DIR)/drivers/ata/ahci.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,41,ahci)
|
||||
endef
|
||||
|
||||
define KernelPackage/ata-ahci/description
|
||||
Support for AHCI Serial ATA controllers.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ata-ahci))
|
||||
|
||||
|
||||
define KernelPackage/ata-artop
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=ARTOP 6210/6260 PATA support
|
||||
@ -52,6 +68,7 @@ endef
|
||||
$(eval $(call KernelPackage,ata-ixp4xx-cf))
|
||||
|
||||
|
||||
|
||||
define KernelPackage/ata-piix
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Intel PIIX PATA/SATA support
|
||||
|
Loading…
Reference in New Issue
Block a user