setup enviroment for compilation
[linux-2.4.21-pre4.git] / drivers / pcmcia / Config.in
1 #
2 # PCMCIA bus subsystem configuration
3 #
4 # Right now the non-CardBus choices are not supported
5 # by the integrated kernel driver.
6 #
7 mainmenu_option next_comment
8 comment 'PCMCIA/CardBus support'
9
10 #dep_tristate 'CardBus support' CONFIG_PCMCIA $CONFIG_PCI
11 #if [ "$CONFIG_PCMCIA" != "n" ]; then
12 #  define_bool CONFIG_CARDBUS y
13 #fi
14
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 '  Databook TCIC host bridge support' CONFIG_TCIC
21    if [ "$CONFIG_HD64465" = "y" ]; then
22       dep_tristate '  HD64465 host bridge support' CONFIG_HD64465_PCMCIA $CONFIG_PCMCIA
23    fi
24    dep_bool '  i82092 compatible bridge support' CONFIG_I82092 $CONFIG_PCI
25    bool '  i82365 compatible bridge support' CONFIG_I82365
26    if [ "$CONFIG_ARCH_SA1100" = "y" ]; then
27       dep_tristate '  SA1100 support' CONFIG_PCMCIA_SA1100 $CONFIG_PCMCIA
28    fi
29    if [ "$CONFIG_8xx" = "y" ]; then
30       dep_tristate '  M8xx support' CONFIG_PCMCIA_M8XX $CONFIG_PCMCIA
31    fi
32    if [ "$CONFIG_405LP" = "y" ]; then
33       dep_tristate '  IBM 4xx PCCF support' CONFIG_PCMCIA_PCCF_4xx $CONFIG_PCMCIA
34    fi
35 fi
36 endmenu