summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-11-25 15:36:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-28 09:23:24 +0100
commit16db801f4dc17e26faaaa7dccff39233fcc863f3 (patch)
tree0b27777d6b72b0fa47fef880bd6709a8e4b8e6c1 /drivers/ata/Kconfig
parentfb491506ad58c4631b9b5dd2e6e2981be9774870 (diff)
downloadbarebox-16db801f4dc17e26faaaa7dccff39233fcc863f3.tar.gz
barebox-16db801f4dc17e26faaaa7dccff39233fcc863f3.tar.xz
ATA Disk Support: Add support for native ATA type drives
This changed patch removes more of the u-boot like code and replace it with kernel like code. commit 2a8966936af6b54573483ade559d0633e489b515 Author: Juergen Beisert <jbe@pengutronix.de> Date: Fri Sep 30 15:06:26 2011 +0200 ATA Disk Support: Add support for native ATA type drives 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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 86b5673a36..f4334c2ce9 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -24,6 +24,12 @@ config DISK_BIOS
media to work on. Disadvantage is: Due to its 16 bit nature it is
slow.
+config DISK_ATA
+ bool "ATA type drives"
+ select DISK_DRIVE
+ help
+ Support for native ATA/IDE drives
+
comment "interface types"
endif