/drivers/acorn/block/Kconfig

https://bitbucket.org/evzijst/gittest · #! · 36 lines · 30 code · 6 blank · 0 comment · 0 complexity · c5f9730b214fd84fafa63111cdb23d34 MD5 · raw file

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