summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-11-24 13:43:48 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-28 09:23:24 +0100
commit1e56da922b5a9e83e6b31693f86898cf4ffa5718 (patch)
tree7e4e1359420660654cb235d018a6ed1847817f47 /drivers/ata/Kconfig
parent82db23d3f4c1de25bbd4b222a3bd9e81d00414f8 (diff)
downloadbarebox-1e56da922b5a9e83e6b31693f86898cf4ffa5718.tar.gz
barebox-1e56da922b5a9e83e6b31693f86898cf4ffa5718.tar.xz
Remove 'disk_drive.c' as it is now replaced by generic partition handling
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/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index a85958c7a1..86b5673a36 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -15,16 +15,8 @@ config DISK_WRITE
comment "drive types"
-config DISK_DRIVE
- bool "Generic disk drives"
- help
- Add support for generic disk drives. Common behaviour for this kind
- of devices is using a partition table in the first sector. Say Y here
- if you intend to work with disk drives (also CF cards and SD cards).
-
config DISK_BIOS
bool "BIOS based"
- select DISK_DRIVE
depends on X86_BIOS_BRINGUP
help
Gain disk drive access via int13 calls to the standard PC-BIOS.