summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/Config.in
blob: 556ecf4c85e1997242ebf83cee9640dd7e4c899b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# PCMCIA bus subsystem configuration
#
mainmenu_option next_comment
comment 'PCMCIA/CardBus support'

tristate 'PCMCIA/CardBus support' CONFIG_PCMCIA
if [ "$CONFIG_PCMCIA" != "n" ]; then
   if [ "$CONFIG_PCI" != "n" ]; then
      bool '  CardBus support' CONFIG_CARDBUS
   fi
   bool '  i82365 compatible bridge support' CONFIG_I82365
   bool '  Databook TCIC host bridge support' CONFIG_TCIC
fi

endmenu