diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-22 21:53:32 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-22 21:53:32 +0100 |
commit | abe8809c14f05430f9f8cb13bd70b2ec3195e84b (patch) | |
tree | 648244835839cdf7573795676a0c52adcab2a8c2 /drivers | |
parent | ipv4: using prefetch requires including prefetch.h (diff) | |
parent | pata_of_platform: Add missing CONFIG_OF_IRQ dependency. (diff) | |
download | linux-abe8809c14f05430f9f8cb13bd70b2ec3195e84b.tar.xz linux-abe8809c14f05430f9f8cb13bd70b2ec3195e84b.zip |
Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev
* 'upstream-linus' of git://github.com/jgarzik/libata-dev:
pata_of_platform: Add missing CONFIG_OF_IRQ dependency.
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 |