diff options
author | Abhilash Kesavan <a.kesavan@samsung.com> | 2010-07-13 00:23:05 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-08-01 19:36:03 -0400 |
commit | 155bf48f10fc3c8e0e3125e221981328cd925cf4 (patch) | |
tree | c5e65756a8d59f8e69f92072a1230c8aafd22bca /drivers/ata/Kconfig | |
parent | 62936009f35a6659cc3ebe0d90c754182d60da73 (diff) |
[libata] Add Samsung PATA controller driver, pata_samsung_cf
Adds support for the Samsung PATA controller. This driver is based
on the Libata subsystem and references the earlier patches sent for
IDE subsystem.
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Acked-by: Sergei Shtylyov <sshtylyov@mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index f06e313c997f..8fae6afd6a3d 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -805,6 +805,15 @@ config PATA_RZ1000 | |||
805 | 805 | ||
806 | If unsure, say N. | 806 | If unsure, say N. |
807 | 807 | ||
808 | config PATA_SAMSUNG_CF | ||
809 | tristate "Samsung SoC PATA support" | ||
810 | depends on SAMSUNG_DEV_IDE | ||
811 | help | ||
812 | This option enables basic support for Samsung's S3C/S5P board | ||
813 | PATA controllers via the new ATA layer | ||
814 | |||
815 | If unsure, say N. | ||
816 | |||
808 | config PATA_WINBOND_VLB | 817 | config PATA_WINBOND_VLB |
809 | tristate "Winbond W83759A VLB PATA support (Experimental)" | 818 | tristate "Winbond W83759A VLB PATA support (Experimental)" |
810 | depends on ISA && EXPERIMENTAL | 819 | depends on ISA && EXPERIMENTAL |