diff options
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 7adb61bad6ad..4200251ff635 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -781,7 +781,7 @@ endif | |||
781 | 781 | ||
782 | config BLK_DEV_IDE_PMAC | 782 | config BLK_DEV_IDE_PMAC |
783 | bool "Builtin PowerMac IDE support" | 783 | bool "Builtin PowerMac IDE support" |
784 | depends on PPC_PMAC && IDE=y | 784 | depends on PPC_PMAC && IDE=y && BLK_DEV_IDE=y |
785 | help | 785 | help |
786 | This driver provides support for the built-in IDE controller on | 786 | This driver provides support for the built-in IDE controller on |
787 | most of the recent Apple Power Macintoshes and PowerBooks. | 787 | most of the recent Apple Power Macintoshes and PowerBooks. |
@@ -946,7 +946,7 @@ config BLK_DEV_Q40IDE | |||
946 | 946 | ||
947 | config BLK_DEV_MPC8xx_IDE | 947 | config BLK_DEV_MPC8xx_IDE |
948 | bool "MPC8xx IDE support" | 948 | bool "MPC8xx IDE support" |
949 | depends on 8xx && IDE=y && BLK_DEV_IDE=y | 949 | depends on 8xx && IDE=y && BLK_DEV_IDE=y && !PPC_MERGE |
950 | select IDE_GENERIC | 950 | select IDE_GENERIC |
951 | help | 951 | help |
952 | This option provides support for IDE on Motorola MPC8xx Systems. | 952 | This option provides support for IDE on Motorola MPC8xx Systems. |