aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2009-03-31 14:15:34 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-03-31 14:15:34 -0400
commitd80c592c38378c88c568b96963f7a98d927d05fa (patch)
tree458ad6732271c12190536ce370f4ece3f3cadbf7 /drivers
parenta9d5a97fa3828e7cbc577805eba3d0a0d35dd5a0 (diff)
ide: be able to build pmac driver without IDE built-in
No reason to need IDE built-in to be able to compile pmac driver. Tested to work on 2.6.29-rc8 and 2.6.28.8 with ide and pmac as modules inside an initramfs. Signed-off-by: Gilles Espinasse <g.esp@free.fr> Cc: sam@ravnborg.org Cc: benh@kernel.crashing.org [bart: remove now superfluous IDE check] Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ide/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 4d2f2a6b5bdb..cf06494bb744 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -681,7 +681,7 @@ endif
681# TODO: BLK_DEV_IDEDMA_PCI -> BLK_DEV_IDEDMA_SFF 681# TODO: BLK_DEV_IDEDMA_PCI -> BLK_DEV_IDEDMA_SFF
682config BLK_DEV_IDE_PMAC 682config BLK_DEV_IDE_PMAC
683 tristate "PowerMac on-board IDE support" 683 tristate "PowerMac on-board IDE support"
684 depends on PPC_PMAC && IDE=y 684 depends on PPC_PMAC
685 select IDE_TIMINGS 685 select IDE_TIMINGS
686 select BLK_DEV_IDEDMA_PCI 686 select BLK_DEV_IDEDMA_PCI
687 help 687 help