From 6c5a57d755b59458a1ed42524f3b6c2031035d1f Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 8 Feb 2010 10:04:54 +0000 Subject: [PATCH] --- yaml --- r: 183176 b: refs/heads/master c: 96780078f35648050fef808f49a0ffff0360bb57 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/ata/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f447c1f49888..7718ce226f0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 750e519da7b3f470fe1b5b55c8d8f52d6d6371e4 +refs/heads/master: 96780078f35648050fef808f49a0ffff0360bb57 diff --git a/trunk/drivers/ata/Kconfig b/trunk/drivers/ata/Kconfig index 56c6374a3989..01c52c415bdc 100644 --- a/trunk/drivers/ata/Kconfig +++ b/trunk/drivers/ata/Kconfig @@ -446,9 +446,9 @@ config PATA_JMICRON config PATA_LEGACY tristate "Legacy ISA PATA support (Experimental)" - depends on ISA && EXPERIMENTAL + depends on (ISA || PCI) && EXPERIMENTAL help - This option enables support for ISA/VLB bus legacy PATA + This option enables support for ISA/VLB/PCI bus legacy PATA ports and allows them to be accessed via the new ATA layer. If unsure, say N.