Package VIA sata driver
SVN-Revision: 11118
This commit is contained in:
parent
94940b2265
commit
0ff7ae2d6c
1 changed files with 16 additions and 0 deletions
|
@ -69,6 +69,22 @@ endef
|
||||||
$(eval $(call KernelPackage,ata-piix))
|
$(eval $(call KernelPackage,ata-piix))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/ata-via-sata
|
||||||
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
|
TITLE:=VIA SATA support
|
||||||
|
DEPENDS:=kmod-ata-core
|
||||||
|
KCONFIG:=CONFIG_SATA_VIA
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/ata/sata_via.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,41,sata_via)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/ata-via-sata/description
|
||||||
|
This option enables support for VIA Serial ATA.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,ata-via-sata))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/ide-core
|
define KernelPackage/ide-core
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
TITLE:=IDE (ATA/ATAPI) device support
|
TITLE:=IDE (ATA/ATAPI) device support
|
||||||
|
|
Loading…
Reference in a new issue