Skip to content

Commit

Permalink
ide: add it8213 IDE driver
Browse files Browse the repository at this point in the history
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Jack Lee authored and Bartlomiej Zolnierkiewicz committed Feb 7, 2007
1 parent a534b68 commit 9c6712c
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 1 deletion.
5 changes: 5 additions & 0 deletions drivers/ide/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,11 @@ config BLK_DEV_PIIX
the kernel to change PIO, DMA and UDMA speeds and to configure
the chip to optimum performance.

config BLK_DEV_IT8213
tristate "IT8213 IDE support"
help
This driver adds support for the ITE 8213 IDE controller.

config BLK_DEV_IT821X
tristate "IT821X IDE support"
help
Expand Down
2 changes: 1 addition & 1 deletion drivers/ide/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ obj-$(CONFIG_BLK_DEV_SC1200) += sc1200.o
obj-$(CONFIG_BLK_DEV_CY82C693) += cy82c693.o
obj-$(CONFIG_BLK_DEV_HPT34X) += hpt34x.o
obj-$(CONFIG_BLK_DEV_HPT366) += hpt366.o
#obj-$(CONFIG_BLK_DEV_HPT37X) += hpt37x.o
obj-$(CONFIG_BLK_DEV_IT8213) += it8213.o
obj-$(CONFIG_BLK_DEV_IT821X) += it821x.o
obj-$(CONFIG_BLK_DEV_JMICRON) += jmicron.o
obj-$(CONFIG_BLK_DEV_NS87415) += ns87415.o
Expand Down
Loading

0 comments on commit 9c6712c

Please sign in to comment.