URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [block/] [Kconfig] - Rev 79
Go to most recent revision | Compare with Previous | Blame | View Log
## Block layer core configuration#menuconfig BLOCKbool "Enable the block layer" if EMBEDDEDdefault yhelpThis permits the block layer to be removed from the kernel if it's notneeded (on some embedded devices for example). If this option isdisabled, then blockdev files will become unusable and somefilesystems (such as ext3) will become unavailable.This option will also disable SCSI character devices and USB storagesince they make use of various block layer definitions andfacilities.Say Y here unless you know you really don't want to mount disks andsuchlike.if BLOCKconfig LBDbool "Support for Large Block Devices"depends on !64BIThelpSay Y here if you want to attach large (bigger than 2TB) discs toyour machine, or if you want to have a raid or loopback devicebigger than 2TB. Otherwise say N.config BLK_DEV_IO_TRACEbool "Support for tracing block io actions"depends on SYSFSselect RELAYselect DEBUG_FShelpSay Y here, if you want to be able to trace the block layer actionson a given queue. Tracing allows you to see any traffic happeningon a block device queue. For more information (and the user spacesupport tools needed), fetch the blktrace app from:git://brick.kernel.dk/data/git/blktrace.gitconfig LSFbool "Support for Large Single Files"depends on !64BIThelpSay Y here if you want to be able to handle very large files (biggerthan 2TB), otherwise say N.If unsure, say Y.config BLK_DEV_BSGbool "Block layer SG support v4 (EXPERIMENTAL)"depends on EXPERIMENTAL---help---Saying Y here will enable generic SG (SCSI generic) v4 supportfor any block device.Unlike SG v3 (aka block/scsi_ioctl.c drivers/scsi/sg.c), SG v4can handle complicated SCSI commands: tagged variable length cdbswith bidirectional data transfers and generic request/responseprotocols (e.g. Task Management Functions and SMP in SerialAttached SCSI).endif # BLOCKconfig BLOCK_COMPATbooldepends on BLOCK && COMPATdefault ysource block/Kconfig.iosched
Go to most recent revision | Compare with Previous | Blame | View Log
