1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

Package VIA sata driver

SVN-Revision: 11118
This commit is contained in:
Andy Boyett 2008-05-12 06:40:18 +00:00
parent 94940b2265
commit 0ff7ae2d6c

@ -69,6 +69,22 @@ endef
$(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
SUBMENU:=$(BLOCK_MENU)
TITLE:=IDE (ATA/ATAPI) device support