From: Tony Breeds Date: Tue, 11 Sep 2007 20:28:36 +0000 (+0200) Subject: pmac: build fix X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6c28c1f59dce3325d373f44766e23eb4237a74c8;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git pmac: build fix Ensure that BLK_DEV_IDE is built-in before allowing BLK_DEV_IDE_PMAC to be selected. Signed-off-by: Tony Breeds Cc: Bret Towe Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 24ad1048e17d..4200251ff635 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -781,7 +781,7 @@ endif config BLK_DEV_IDE_PMAC bool "Builtin PowerMac IDE support" - depends on PPC_PMAC && IDE=y + depends on PPC_PMAC && IDE=y && BLK_DEV_IDE=y help This driver provides support for the built-in IDE controller on most of the recent Apple Power Macintoshes and PowerBooks.