From: Gilles Espinasse Date: Tue, 31 Mar 2009 18:15:34 +0000 (+0200) Subject: ide: be able to build pmac driver without IDE built-in X-Git-Tag: v2.6.30-rc1~418^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d80c592c38378c88c568b96963f7a98d927d05fa;p=platform%2Fkernel%2Flinux-exynos.git 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 Cc: sam@ravnborg.org Cc: benh@kernel.crashing.org [bart: remove now superfluous IDE check] Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 4d2f2a6..cf06494 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -681,7 +681,7 @@ endif # TODO: BLK_DEV_IDEDMA_PCI -> BLK_DEV_IDEDMA_SFF config BLK_DEV_IDE_PMAC tristate "PowerMac on-board IDE support" - depends on PPC_PMAC && IDE=y + depends on PPC_PMAC select IDE_TIMINGS select BLK_DEV_IDEDMA_PCI help