tree 2a6ce87de46ff295ca920010020d8b8ae28380e1
parent 365ecb483eecf87bf8d25189136e58a0fd3b3145
author Russell King <[EMAIL PROTECTED]> Tue Apr 12 08:26:30 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:26:30 2005

[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]>

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

Index: drivers/block/Kconfig
===================================================================
--- cbf2522887ca2921d5f9a9438beda1d7643a7fd6/drivers/block/Kconfig  
(mode:100644 sha1:087ab582fd1ef373c69159374f273bb96bc5f71d)
+++ 2a6ce87de46ff295ca920010020d8b8ae28380e1/drivers/block/Kconfig  
(mode:100644 sha1:f32d2c72a1f55462c604b885268eef9c6bdb0a41)
@@ -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