[patch 151/198] arm: fix floppy disk dependencies

From: akpm
Date: Tue Apr 12 2005 - 11:35:08 EST



From: Russell King <rmk+lkml@xxxxxxxxxxxxxxxx>

Both the RiscPC and (optionally) EBSA285 have floppy disk support. Allow this
option to be selected on these ARM platforms again.

Signed-off-by: Russell King <rmk@xxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

25-akpm/drivers/block/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/block/Kconfig~arm-fix-floppy-disk-dependencies drivers/block/Kconfig
--- 25/drivers/block/Kconfig~arm-fix-floppy-disk-dependencies 2005-04-12 03:21:39.810084848 -0700
+++ 25-akpm/drivers/block/Kconfig 2005-04-12 03:21:39.813084392 -0700
@@ -6,7 +6,7 @@ menu "Block devices"

config BLK_DEV_FD
tristate "Normal floppy disk support"
- depends on (!ARCH_S390 && !M68K && !IA64 && !UML) || Q40 || (SUN3X && BROKEN)
+ depends on (!ARCH_S390 && !M68K && !IA64 && !UML) || Q40 || (SUN3X && BROKEN) || ARCH_RPC || ARCH_EBSA285
---help---
If you want to use the floppy disk drive(s) of your PC under Linux,
say Y. Information about this driver, especially important for IBM
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/