- Kai Germaschewski: ymfpci cleanups and resource leak fixes
[davej-history.git] / drivers / pcmcia / Config.in
bloba90be801f1435c579ebb8ea5c8d426253d1b6bf3
2 # PCMCIA bus subsystem configuration
4 # Right now the non-CardBus choices are not supported
5 # by the integrated kernel driver.
7 mainmenu_option next_comment
8 comment 'PCMCIA/CardBus support'
10 #dep_tristate 'CardBus support' CONFIG_PCMCIA $CONFIG_PCI
11 #if [ "$CONFIG_PCMCIA" != "n" ]; then
12 #  define_bool CONFIG_CARDBUS y
13 #fi
15 tristate 'PCMCIA/CardBus support' CONFIG_PCMCIA
16 if [ "$CONFIG_PCMCIA" != "n" ]; then
17    if [ "$CONFIG_PCI" != "n" ]; then
18       bool '  CardBus support' CONFIG_CARDBUS
19    fi
20    bool '  i82365 compatible bridge support' CONFIG_I82365
21    bool '  Databook TCIC host bridge support' CONFIG_TCIC
24 endmenu