diff options
author | Laurent Vivier <laurent@lvivier.info> | 2008-11-15 10:10:10 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-03-26 16:15:27 -0400 |
commit | 8852ecd97488249ca7fe2c0d3eb44cae95886881 (patch) | |
tree | bc23ec6db412733952809ebc5307535ed043c4a0 /drivers/block/Kconfig | |
parent | 7ad93b42bd135641ddc2c298f030132aca7aeca3 (diff) |
m68k: mac - Add SWIM floppy support
It allows to read data from a floppy, but not to write to, and to eject the
floppy (useful on our Mac without eject button).
Signed-off-by: Laurent Vivier <Laurent@lvivier.info>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 0344a8a8321d..e7b8aa0cb47c 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -45,6 +45,13 @@ config MAC_FLOPPY | |||
45 | If you have a SWIM-3 (Super Woz Integrated Machine 3; from Apple) | 45 | If you have a SWIM-3 (Super Woz Integrated Machine 3; from Apple) |
46 | floppy controller, say Y here. Most commonly found in PowerMacs. | 46 | floppy controller, say Y here. Most commonly found in PowerMacs. |
47 | 47 | ||
48 | config BLK_DEV_SWIM | ||
49 | tristate "Support for SWIM Macintosh floppy" | ||
50 | depends on M68K && MAC | ||
51 | help | ||
52 | You should select this option if you want floppy support | ||
53 | and you don't have a II, IIfx, Q900, Q950 or AV series. | ||
54 | |||
48 | config AMIGA_Z2RAM | 55 | config AMIGA_Z2RAM |
49 | tristate "Amiga Zorro II ramdisk support" | 56 | tristate "Amiga Zorro II ramdisk support" |
50 | depends on ZORRO | 57 | depends on ZORRO |