Linux-2.4.0-test2
[davej-history.git] / drivers / pcmcia / Config.in
blob556ecf4c85e1997242ebf83cee9640dd7e4c899b
2 # PCMCIA bus subsystem configuration
4 mainmenu_option next_comment
5 comment 'PCMCIA/CardBus support'
7 tristate 'PCMCIA/CardBus support' CONFIG_PCMCIA
8 if [ "$CONFIG_PCMCIA" != "n" ]; then
9    if [ "$CONFIG_PCI" != "n" ]; then
10       bool '  CardBus support' CONFIG_CARDBUS
11    fi
12    bool '  i82365 compatible bridge support' CONFIG_I82365
13    bool '  Databook TCIC host bridge support' CONFIG_TCIC
16 endmenu