diff options
author | David Miller <davem@davemloft.net> | 2011-12-21 23:38:10 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-12-22 21:00:32 +0100 |
commit | 19d40dcabf1cdf84e1a76c147b7177b5a6c21943 (patch) | |
tree | e7cc3f7fd3606efe01ed9807bbc54617330b9725 /drivers | |
parent | Linux 3.2-rc6 (diff) | |
download | linux-19d40dcabf1cdf84e1a76c147b7177b5a6c21943.tar.xz linux-19d40dcabf1cdf84e1a76c147b7177b5a6c21943.zip |
pata_of_platform: Add missing CONFIG_OF_IRQ dependency.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ata/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 6bdedd7cca2c..cf047c406d92 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 + depends on PATA_PLATFORM && OF && OF_IRQ help This option enables support for generic directly connected ATA devices commonly found on embedded systems with OpenFirmware |