Kconfig (39fe5434cb9de5da40510028b17b96bc4eb312b3) | Kconfig (06bfb7eb1535822a3338ffea9918e22215abed90) |
---|---|
1# 2# Block device driver configuration 3# 4 5menuconfig BLK_DEV 6 bool "Block devices" 7 depends on BLOCK 8 default y | 1# 2# Block device driver configuration 3# 4 5menuconfig BLK_DEV 6 bool "Block devices" 7 depends on BLOCK 8 default y |
9 ---help--- 10 Say Y here to get to see options for various different block device 11 drivers. This option alone does not add any kernel code. |
|
9 | 12 |
13 If you say N, all options in this submenu will be skipped and disabled; 14 only do this if you know what you are doing. 15 |
|
10if BLK_DEV 11 12config BLK_DEV_FD 13 tristate "Normal floppy disk support" 14 depends on ARCH_MAY_HAVE_PC_FDC 15 ---help--- 16 If you want to use the floppy disk drive(s) of your PC under Linux, 17 say Y. Information about this driver, especially important for IBM --- 422 unchanged lines hidden --- | 16if BLK_DEV 17 18config BLK_DEV_FD 19 tristate "Normal floppy disk support" 20 depends on ARCH_MAY_HAVE_PC_FDC 21 ---help--- 22 If you want to use the floppy disk drive(s) of your PC under Linux, 23 say Y. Information about this driver, especially important for IBM --- 422 unchanged lines hidden --- |