update atp870u driver to 0.78 from D-Link source
[linux-2.4.git] / drivers / acorn / block / Config.in
1 #
2 # Block device driver configuration
3 #
4 mainmenu_option next_comment
5 comment 'Acorn-specific block devices'
6
7 if [ "$CONFIG_ARCH_ARC" = "y" -o "$CONFIG_ARCH_A5K" = "y" ]; then
8    tristate 'Old Archimedes floppy (1772) support' CONFIG_BLK_DEV_FD1772
9    tristate 'MFM harddisk support' CONFIG_BLK_DEV_MFM
10    if [ "$CONFIG_BLK_DEV_MFM" != "n" ]; then
11       bool '  Autodetect hard drive geometry' CONFIG_BLK_DEV_MFM_AUTODETECT
12    fi
13 fi
14
15 endmenu