1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 07:48:58 +02:00

[kernel] package the ITE it821x IDE controller driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15645 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-05-06 23:49:17 +00:00
parent fc81c7d54b
commit fd1f0dfe58

View File

@ -255,6 +255,22 @@ endef
$(eval $(call KernelPackage,ide-pdc202xx))
define KernelPackage/ide-it821x
SUBMENU:=$(BLOCK_MENU)
TITLE:=ITE IT821x IDE driver
DEPENDS:=+kmod-ide-core
KCONFIG:=CONFIG_BLK_DEV_IT821X
FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ite821x)
endef
define KernelPackage/ide-it821x/description
Kernel module for the ITE IDE821x IDE controllers.
endef
$(eval $(call KernelPackage,ide-it821x))
define KernelPackage/scsi-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=SCSI device support