diff options
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 44 |
1 files changed, 7 insertions, 37 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index b4c8319138b2..6e23af1ecbdb 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -2,9 +2,12 @@ | |||
2 | # Block device driver configuration | 2 | # Block device driver configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | if BLOCK | 5 | menuconfig BLK_DEV |
6 | bool "Block devices" | ||
7 | depends on BLOCK | ||
8 | default y | ||
6 | 9 | ||
7 | menu "Block devices" | 10 | if BLK_DEV |
8 | 11 | ||
9 | config BLK_DEV_FD | 12 | config BLK_DEV_FD |
10 | tristate "Normal floppy disk support" | 13 | tristate "Normal floppy disk support" |
@@ -56,40 +59,9 @@ config AMIGA_Z2RAM | |||
56 | To compile this driver as a module, choose M here: the | 59 | To compile this driver as a module, choose M here: the |
57 | module will be called z2ram. | 60 | module will be called z2ram. |
58 | 61 | ||
59 | config ATARI_ACSI | ||
60 | tristate "Atari ACSI support" | ||
61 | depends on ATARI && BROKEN | ||
62 | ---help--- | ||
63 | This enables support for the Atari ACSI interface. The driver | ||
64 | supports hard disks and CD-ROMs, which have 512-byte sectors, or can | ||
65 | be switched to that mode. Due to the ACSI command format, only disks | ||
66 | up to 1 GB are supported. Special support for certain ACSI to SCSI | ||
67 | adapters, which could relax that, isn't included yet. The ACSI | ||
68 | driver is also the basis for certain other drivers for devices | ||
69 | attached to the ACSI bus: Atari SLM laser printer, BioNet-100 | ||
70 | Ethernet, and PAMsNet Ethernet. If you want to use one of these | ||
71 | devices, you need ACSI support, too. | ||
72 | |||
73 | To compile this driver as a module, choose M here: the | ||
74 | module will be called acsi. | ||
75 | |||
76 | comment "Some devices (e.g. CD jukebox) support multiple LUNs" | ||
77 | depends on ATARI && ATARI_ACSI | ||
78 | |||
79 | config ACSI_MULTI_LUN | ||
80 | bool "Probe all LUNs on each ACSI device" | ||
81 | depends on ATARI_ACSI | ||
82 | help | ||
83 | If you have a ACSI device that supports more than one LUN (Logical | ||
84 | Unit Number), e.g. a CD jukebox, you should say Y here so that all | ||
85 | will be found by the ACSI driver. An ACSI device with multiple LUNs | ||
86 | acts logically like multiple ACSI devices. The vast majority of ACSI | ||
87 | devices have only one LUN, and so most people can say N here and | ||
88 | should in fact do so, because it is safer. | ||
89 | |||
90 | config ATARI_SLM | 62 | config ATARI_SLM |
91 | tristate "Atari SLM laser printer support" | 63 | tristate "Atari SLM laser printer support" |
92 | depends on ATARI && ATARI_ACSI!=n | 64 | depends on ATARI |
93 | help | 65 | help |
94 | If you have an Atari SLM laser printer, say Y to include support for | 66 | If you have an Atari SLM laser printer, say Y to include support for |
95 | it in the kernel. Otherwise, say N. This driver is also available as | 67 | it in the kernel. Otherwise, say N. This driver is also available as |
@@ -453,6 +425,4 @@ config ATA_OVER_ETH | |||
453 | 425 | ||
454 | source "drivers/s390/block/Kconfig" | 426 | source "drivers/s390/block/Kconfig" |
455 | 427 | ||
456 | endmenu | 428 | endif # BLK_DEV |
457 | |||
458 | endif | ||