mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[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 <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
6c46ada700
commit
5960f3a633
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ menu "Block devices"
|
||||||
|
|
||||||
config BLK_DEV_FD
|
config BLK_DEV_FD
|
||||||
tristate "Normal floppy disk support"
|
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---
|
---help---
|
||||||
If you want to use the floppy disk drive(s) of your PC under Linux,
|
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
|
say Y. Information about this driver, especially important for IBM
|
||||||
|
|
Loading…
Reference in a new issue