fix prereq.sh on NetBSD 8.1
[openadk.git] / target / waldux / config / Config.in.pcmcia
blob361c0d2e7fae59566c307c7545cd1278062dcf67
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 menu "PCMCIA/CardBus support"
5 depends on ADK_TARGET_WITH_CARDBUS || ADK_TARGET_WITH_PCMCIA || ADK_TARGET_QEMU
7 config ADK_WALDUX_KERNEL_CARDBUS
8         bool 
10 config ADK_WALDUX_KERNEL_PCMCIA_PROBE
11         bool
13 config ADK_WALDUX_KERNEL_SERIAL_8250_EXTENDED
14         bool
16 config ADK_WALDUX_KERNEL_SERIAL_8250_SHARE_IRQ
17         bool
18         select ADK_WALDUX_KERNEL_SERIAL_8250_EXTENDED
20 config ADK_WALDUX_KERNEL_PCMCIA_PXA2XX
21         bool
23 config ADK_WALDUX_KERNEL_PCCARD
24         tristate "PCCARD support"
25         default n
27 config ADK_WALDUX_KERNEL_PCMCIA
28         tristate "16-bit PCMCIA support"
29         depends on ADK_WALDUX_KERNEL_PCCARD
30         select ADK_WALDUX_KERNEL_FW_LOADER
31         select ADK_WALDUX_KERNEL_CRC32
32         select ADK_WALDUX_KERNEL_PCMCIA_PROBE
33         default n
35 config ADK_WALDUX_KERNEL_YENTA
36         tristate "32-bit CardBus support"
37         depends on ADK_WALDUX_KERNEL_PCCARD
38         depends on ADK_TARGET_WITH_CARDBUS
39         select ADK_WALDUX_KERNEL_CARDBUS
40         default n
42 config ADK_WALDUX_KERNEL_SERIAL_8250_CS
43         tristate "PCMCIA/CardBus serial device support"
44         select ADK_WALDUX_KERNEL_SERIAL_8250_SHARE_IRQ
45         depends on ADK_WALDUX_KERNEL_PCMCIA && !ADK_TARGET_QEMU
46         default n
48 endmenu