diff options
author | Marcelo Tosatti <marcelo.tosatti@cyclades.com> | 2005-12-14 20:12:53 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2005-12-14 20:12:53 -0500 |
commit | 38f9d412be1ed29ee3b41782f22fd85b1c95fbed (patch) | |
tree | 69c55b164fc76ed5333d63a099accdc7bf8507ae /drivers | |
parent | ceef833bae05e393859f1946a9802fb61f0febdf (diff) |
[PATCH] ide: MPC8xx IDE depends on IDE=y && BLK_DEV_IDE=y
The following patch adds a dependancy on IDE=y && BLK_DEV_IDE=y
for the MPC8xx IDE driver.
The code is not modular at the moment (init called from platform setup code).
Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ide/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 31e649a9ff71..45579ae12c01 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -940,7 +940,7 @@ config BLK_DEV_Q40IDE | |||
940 | 940 | ||
941 | config BLK_DEV_MPC8xx_IDE | 941 | config BLK_DEV_MPC8xx_IDE |
942 | bool "MPC8xx IDE support" | 942 | bool "MPC8xx IDE support" |
943 | depends on 8xx | 943 | depends on 8xx && IDE=y && BLK_DEV_IDE=y |
944 | help | 944 | help |
945 | This option provides support for IDE on Motorola MPC8xx Systems. | 945 | This option provides support for IDE on Motorola MPC8xx Systems. |
946 | Please see 'Type of MPC8xx IDE interface' for details. | 946 | Please see 'Type of MPC8xx IDE interface' for details. |