Skip to content

Commit

Permalink
[PATCH] pcmcia: fix Kconfig dependency
Browse files Browse the repository at this point in the history
TCIC depends on ISA.  It is used with ISA-bus system only.

Signed-off-by: komurojun-mbn@nifty.com
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Komuro authored and Dominik Brodowski committed Sep 26, 2005
1 parent 8e5d17e commit 8100080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pcmcia/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ config I82365

config TCIC
tristate "Databook TCIC host bridge support"
depends on PCMCIA
depends on PCMCIA && ISA
select PCCARD_NONSTATIC
help
Say Y here to include support for the Databook TCIC family of PCMCIA
Expand Down

0 comments on commit 8100080

Please sign in to comment.