Commit 06390648 authored by Andi Kleen's avatar Andi Kleen Committed by James Bottomley

[PATCH] Mark correct aha152x driver (PCMCIA) as !64BIT

As Matthew Wilcox pointed out - the ISA aha152x driver was already marked
as ISA only, so couldn't have been enabled on x86-64.

The warning I saw was actually for the PCMCIA aha152x driver.

Mark that one as !64BIT
parent b423334b
......@@ -7,7 +7,7 @@ menu "PCMCIA SCSI adapter support"
config PCMCIA_AHA152X
tristate "Adaptec AHA152X PCMCIA support"
depends on m
depends on m && !64BIT
help
Say Y here if you intend to attach this type of PCMCIA SCSI host
adapter to your computer.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment