From: Russell King Date: Sat, 16 Apr 2005 22:26:02 +0000 (-0700) Subject: [PATCH] arm: fix floppy disk dependencies X-Git-Tag: v2.6.12-rc3~94 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=5960f3a63394c091b17682aed3bd8fdd994a1b93;p=~andy%2Flinux [PATCH] arm: fix floppy disk dependencies 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index e83a1e2e8b1..e830be1a3ae 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -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