Commit cd2e72b7 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] Fix cisco aironet tristate check

parent ffdab3e5
...@@ -33,7 +33,7 @@ if [ "$CONFIG_PCMCIA" != "n" ]; then ...@@ -33,7 +33,7 @@ if [ "$CONFIG_PCMCIA" != "n" ]; then
# 802.11b cards # 802.11b cards
dep_tristate ' Hermes PCMCIA card support' CONFIG_PCMCIA_HERMES $CONFIG_HERMES dep_tristate ' Hermes PCMCIA card support' CONFIG_PCMCIA_HERMES $CONFIG_HERMES
tristate ' Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards' CONFIG_AIRO_CS dep_tristate ' Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards' CONFIG_AIRO_CS $CONFIG_PCMCIA
fi fi
# yes, this works even when no drivers are selected # yes, this works even when no drivers are selected
......
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