aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorSaeed Bishara <saeed@ubuntu-saeed.il.marvell.com>2008-01-30 11:50:45 -1100
committerJeff Garzik <jeff@garzik.org>2008-02-01 12:26:37 -0500
commit7bb3c5290ca0ec9e65947c907495c2b56e895e46 (patch)
treede101fafca780e1c11783644c387f7135f5c3239 /drivers/ata/Kconfig
parentsata_mv ncq Comments and version bump (diff)
downloadlinux-dev-7bb3c5290ca0ec9e65947c907495c2b56e895e46.tar.xz
linux-dev-7bb3c5290ca0ec9e65947c907495c2b56e895e46.zip
sata_mv: Remove PCI dependency
The integrated SATA controller is connected directly to the SoC's internal bus, not via PCI interface. this patch removes the dependency on the PCI interface. Signed-off-by: Saeed Bishara <saeed@marvell.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index ae19c9b30d15..ba8f7f4dfa11 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -69,7 +69,7 @@ config ATA_PIIX
config SATA_MV
tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
- depends on PCI && EXPERIMENTAL
+ depends on EXPERIMENTAL
help
This option enables support for the Marvell Serial ATA family.
Currently supports 88SX[56]0[48][01] chips.