tree 144eb8a1622ef682071f5eb3449d9b1f042a296d
parent 6c46ada700568897165409e618ed584683838b49
author Russell King <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:26:02 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:26:02 -0700

[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 <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

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

Index: drivers/block/Kconfig
===================================================================
--- 3e58ca796d70c7867bb2acd6fbe239f671decd78/drivers/block/Kconfig  
(mode:100644 sha1:e83a1e2e8b15cf88801fd9ea82fcf45901f5bf0f)
+++ 144eb8a1622ef682071f5eb3449d9b1f042a296d/drivers/block/Kconfig  
(mode:100644 sha1:e830be1a3ae6ed11d0dfa05a4971fe9e5a4a99f0)
@@ -6,7 +6,7 @@
 
 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 bk-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