diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-13 01:54:30 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-07-16 09:02:47 -0400 |
commit | 56a68a500fcab9e3a9a49ca7fbef14230ab7d144 (patch) | |
tree | 025df1861407c76327bb80c118e1a3046032e312 /drivers/block/Kconfig | |
parent | 5874c18b105cc7a24972191b7f08a93b1205a425 (diff) |
more ACSI removal
This patch removes some code that became dead code after the ATARI_ACSI
removal.
It also indirectly fixes the following bug introduced by
commit c2bcf3b8978c291e1b7f6499475c8403a259d4d6:
config ATARI_SLM
tristate "Atari SLM laser printer support"
- depends on ATARI && ATARI_ACSI!=n
+ depends on ATARI
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 6e23af1ecbdb..95d6838c4ff3 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -59,17 +59,6 @@ config AMIGA_Z2RAM | |||
59 | To compile this driver as a module, choose M here: the | 59 | To compile this driver as a module, choose M here: the |
60 | module will be called z2ram. | 60 | module will be called z2ram. |
61 | 61 | ||
62 | config ATARI_SLM | ||
63 | tristate "Atari SLM laser printer support" | ||
64 | depends on ATARI | ||
65 | help | ||
66 | If you have an Atari SLM laser printer, say Y to include support for | ||
67 | it in the kernel. Otherwise, say N. This driver is also available as | ||
68 | a module ( = code which can be inserted in and removed from the | ||
69 | running kernel whenever you want). The module will be called | ||
70 | acsi_slm. Be warned: the driver needs much ST-RAM and can cause | ||
71 | problems due to that fact! | ||
72 | |||
73 | config BLK_DEV_XD | 62 | config BLK_DEV_XD |
74 | tristate "XT hard disk support" | 63 | tristate "XT hard disk support" |
75 | depends on ISA && ISA_DMA_API | 64 | depends on ISA && ISA_DMA_API |