Skip to content

Commit

Permalink
Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev
Browse files Browse the repository at this point in the history
* 'upstream-linus' of git://github.com/jgarzik/libata-dev:
  pata_of_platform: Add missing CONFIG_OF_IRQ dependency.
  • Loading branch information
Linus Torvalds committed Dec 22, 2011
2 parents b9eda06 + 19d40dc commit abe8809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abe8809

Please sign in to comment.