summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-11-24 13:43:51 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-28 09:23:24 +0100
commit55ebf18c6603dd8d93c4a6a9d57ca390c9028c37 (patch)
treedd8baf72aaac9c25a0446c33a5e93590afffa6ad /drivers/ata/Kconfig
parent16db801f4dc17e26faaaa7dccff39233fcc863f3 (diff)
downloadbarebox-55ebf18c6603dd8d93c4a6a9d57ca390c9028c37.tar.gz
barebox-55ebf18c6603dd8d93c4a6a9d57ca390c9028c37.tar.xz
Add driver for IDE like interfaces
This simple driver enables a generic driver for ATA type of devices to get access to the so called 'register file' of an ATA drive. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index f4334c2ce9..fe6f5e6f5d 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -32,4 +32,11 @@ config DISK_ATA
comment "interface types"
+config DISK_INTF_PLATFORM_IDE
+ bool "Platform IDE"
+ select DISK_ATA
+ help
+ Generic platform driver for simple IDE like interfaces to a connected
+ ATA device.
+
endif