summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-04-28 08:27:26 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-30 08:21:33 +0200
commit91214e3abf2d9c753b18f29511e1f428ccfb5f5a (patch)
tree69517a4f147c85fbda7a7c2a9ec38df121396d5b /drivers/ata
parent82095bff69e509bbae08ab0c9596e5c4ff5b5a77 (diff)
downloadbarebox-91214e3abf2d9c753b18f29511e1f428ccfb5f5a.tar.gz
barebox-91214e3abf2d9c753b18f29511e1f428ccfb5f5a.tar.xz
ata: Remove wrong DISK_DRIVE symbol
DISK_DRIVE is missing in Kconfig, so remove the "select" statement. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 42f2065a61..9830cc07a8 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -35,7 +35,6 @@ config DISK_ATA
config DISK_AHCI
bool "AHCI support"
select DISK_ATA
- select DISK_DRIVE
config DISK_AHCI_IMX
depends on ARCH_IMX