aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2016-12-30 15:01:18 +0100
committerTejun Heo <tj@kernel.org>2017-01-10 11:11:18 -0500
commit7e11aabd48eb00240b280bf927cba9198664dcf6 (patch)
treec875135bcb342c92e690b763aab63b90020d5418 /drivers/ata/Kconfig
parentata: pass queued command to ->sff_data_xfer method (diff)
downloadlinux-dev-7e11aabd48eb00240b280bf927cba9198664dcf6.tar.xz
linux-dev-7e11aabd48eb00240b280bf927cba9198664dcf6.zip
ata: add Atari Falcon PATA controller driver
Add Atari Falcon PATA controller driver. The major difference when compared to legacy IDE's falconide host driver is that we are using polled PIO mode and thus avoiding the need for STDMA locking magic altogether. Tested under ARAnyM emulator. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org>
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 702b3514020c..78c002021029 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -902,6 +902,15 @@ config PATA_CMD640_PCI
If unsure, say N.
+config PATA_FALCON
+ tristate "Atari Falcon PATA support"
+ depends on M68K && ATARI
+ help
+ This option enables support for the on-board IDE
+ interface on the Atari Falcon.
+
+ If unsure, say N.
+
config PATA_ISAPNP
tristate "ISA Plug and Play PATA support"
depends on ISAPNP