diff options
author | David Miller <davem@davemloft.net> | 2011-12-21 17:38:10 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-12-22 15:00:32 -0500 |
commit | 19d40dcabf1cdf84e1a76c147b7177b5a6c21943 (patch) | |
tree | e7cc3f7fd3606efe01ed9807bbc54617330b9725 | |
parent | 384703b8e6cd4c8ef08512e596024e028c91c339 (diff) | |
download | linux-3.10-19d40dcabf1cdf84e1a76c147b7177b5a6c21943.tar.gz linux-3.10-19d40dcabf1cdf84e1a76c147b7177b5a6c21943.tar.bz2 linux-3.10-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>
-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 6bdedd7cca2..cf047c406d9 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 |