mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[PATCH] pcmcia: fix Kconfig dependency
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>
This commit is contained in:
parent
8e5d17ebe4
commit
81000808b6
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ config I82365
|
||||||
|
|
||||||
config TCIC
|
config TCIC
|
||||||
tristate "Databook TCIC host bridge support"
|
tristate "Databook TCIC host bridge support"
|
||||||
depends on PCMCIA
|
depends on PCMCIA && ISA
|
||||||
select PCCARD_NONSTATIC
|
select PCCARD_NONSTATIC
|
||||||
help
|
help
|
||||||
Say Y here to include support for the Databook TCIC family of PCMCIA
|
Say Y here to include support for the Databook TCIC family of PCMCIA
|
||||||
|
|
Loading…
Add table
Reference in a new issue