diff options
author | Jack Lee <Jack.Lee@ite.com.tw> | 2007-02-07 18:19:09 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-02-07 18:19:09 +0100 |
commit | 9c6712c0bcd2954fb4ca58d31f7316292a4b0945 (patch) | |
tree | fe88e235ccc612c708e123ff4831a1837ba9a0e2 /drivers/ide/Kconfig | |
parent | a534b68da0471dd9e4e3f7fc922faba74f8f4506 (diff) | |
download | talos-obmc-linux-9c6712c0bcd2954fb4ca58d31f7316292a4b0945.tar.gz talos-obmc-linux-9c6712c0bcd2954fb4ca58d31f7316292a4b0945.zip |
ide: add it8213 IDE driver
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 4eb420891f9d..d781b2cd3d62 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -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 |