1#
2# Block device driver configuration
3#
4
5menu "Acorn-specific block devices"
6	depends on ARCH_ARC || ARCH_A5K
7
8config BLK_DEV_FD1772
9	tristate "Old Archimedes floppy (1772) support"
10	depends on ARCH_ARC || ARCH_A5K
11	help
12	  Support the floppy drive on the Acorn Archimedes (A300, A4x0, A540,
13	  R140 and R260) series of computers; it supports only 720K floppies
14	  at the moment. If you don't have one of these machines just answer
15	  N.
16
17config BLK_DEV_MFM
18	tristate "MFM harddisk support"
19	depends on ARCH_ARC || ARCH_A5K
20	help
21	  Support the MFM hard drives on the Acorn Archimedes both
22	  on-board the A4x0 motherboards and via the Acorn MFM podules.
23	  Drives up to 64MB are supported. If you haven't got one of these
24	  machines or drives just say N.
25
26config BLK_DEV_MFM_AUTODETECT
27	bool "Autodetect hard drive geometry"
28	depends on BLK_DEV_MFM
29	help
30	  If you answer Y, the MFM code will attempt to automatically detect
31	  the cylinders/heads/sectors count on your hard drive. WARNING: This
32	  sometimes doesn't work and it also does some dodgy stuff which
33	  potentially might damage your drive.
34
35endmenu
36