xref: /linux/block/Kconfig (revision 2056a782f8e7e65fd4bfd027506b4ce1c5e9ccd4)
13a65dfe8SJens Axboe#
23a65dfe8SJens Axboe# Block layer core configuration
33a65dfe8SJens Axboe#
43a65dfe8SJens Axboe#XXX - it makes sense to enable this only for 32-bit subarch's, not for x86_64
53a65dfe8SJens Axboe#for instance.
63a65dfe8SJens Axboeconfig LBD
73a65dfe8SJens Axboe	bool "Support for Large Block Devices"
8347a8dc3SMartin Schwidefsky	depends on X86 || (MIPS && 32BIT) || PPC32 || (S390 && !64BIT) || SUPERH || UML
93a65dfe8SJens Axboe	help
103a65dfe8SJens Axboe	  Say Y here if you want to attach large (bigger than 2TB) discs to
113a65dfe8SJens Axboe	  your machine, or if you want to have a raid or loopback device
123a65dfe8SJens Axboe	  bigger than 2TB.  Otherwise say N.
133a65dfe8SJens Axboe
14*2056a782SJens Axboeconfig BLK_DEV_IO_TRACE
15*2056a782SJens Axboe	bool "Support for tracing block io actions"
16*2056a782SJens Axboe	select RELAY
17*2056a782SJens Axboe	select DEBUG_FS
18*2056a782SJens Axboe	help
19*2056a782SJens Axboe	  Say Y here, if you want to be able to trace the block layer actions
20*2056a782SJens Axboe	  on a given queue. Tracing allows you to see any traffic happening
21*2056a782SJens Axboe	  on a block device queue. For more information (and the user space
22*2056a782SJens Axboe	  support tools needed), fetch the blktrace app from:
23*2056a782SJens Axboe
24*2056a782SJens Axboe	  git://brick.kernel.dk/data/git/blktrace.git
25*2056a782SJens Axboe
263a65dfe8SJens Axboesource block/Kconfig.iosched
27