aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorAbhilash Kesavan <a.kesavan@samsung.com>2010-07-13 00:23:05 -0400
committerJeff Garzik <jgarzik@redhat.com>2010-08-01 19:36:03 -0400
commit155bf48f10fc3c8e0e3125e221981328cd925cf4 (patch)
treec5e65756a8d59f8e69f92072a1230c8aafd22bca /drivers/ata/Kconfig
parent62936009f35a6659cc3ebe0d90c754182d60da73 (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/Kconfig9
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
808config 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
808config PATA_WINBOND_VLB 817config 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