URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [acorn/] [block/] [Config.in] - Rev 1765
Compare with Previous | Blame | View Log
#
# Block device driver configuration
#
mainmenu_option next_comment
comment 'Acorn-specific block devices'
if [ "$CONFIG_ARCH_ARC" = "y" -o "$CONFIG_ARCH_A5K" = "y" ]; then
tristate 'Old Archimedes floppy (1772) support' CONFIG_BLK_DEV_FD1772
tristate 'MFM harddisk support' CONFIG_BLK_DEV_MFM
if [ "$CONFIG_BLK_DEV_MFM" != "n" ]; then
bool ' Autodetect hard drive geometry' CONFIG_BLK_DEV_MFM_AUTODETECT
fi
fi
endmenu