summaryrefslogtreecommitdiff
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2011-12-22 20:07:00 (GMT)
committerJeff Garzik <jgarzik@redhat.com>2012-01-09 00:14:58 (GMT)
commitd0643aa16688131b4dfbd03797ad73bab4ff29bf (patch)
treedb9e5b3d84358171bc550fe84f71a92f6de2b254 /drivers/ata/Kconfig
parent99c8ea3e57e7b5551ffd9cd401c4bf302b5664e3 (diff)
downloadlinux-fsl-qoriq-d0643aa16688131b4dfbd03797ad73bab4ff29bf.tar.xz
pata_of_platform: remove direct dependency on OF_IRQ
CONFIG_OF_IRQ is not available on some platforms and using of_irq_* breaks the build. Since resources are already populated in the platform device, get the irq from there instead. Reported-by: David S. Miller <davem@davemloft.net> Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 cf047c4..6bdedd7 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -820,7 +820,7 @@ config PATA_PLATFORM
config PATA_OF_PLATFORM
tristate "OpenFirmware platform device PATA support"
- depends on PATA_PLATFORM && OF && OF_IRQ
+ depends on PATA_PLATFORM && OF
help
This option enables support for generic directly connected ATA
devices commonly found on embedded systems with OpenFirmware