Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6c28c1f59dce3325d373f44766e23eb4237a74c8
Commit:     6c28c1f59dce3325d373f44766e23eb4237a74c8
Parent:     03e6f489b32c0e7877bfe48f5619db725edf1fea
Author:     Tony Breeds <[EMAIL PROTECTED]>
AuthorDate: Tue Sep 11 22:28:36 2007 +0200
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Tue Sep 11 22:28:36 2007 +0200

    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 <[EMAIL PROTECTED]>
    Cc: Bret Towe <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 24ad104..4200251 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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to