xref: /utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/Kconfig (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1config DRV_PCMCIA
2
3tristate "PCMCIA"
4default n
5
6---help---
7Enable compilation option for driver PCMCIA
8
9if DRV_PCMCIA
10
11config PCMCIA_MSPI
12	bool "MOLESKINE PCMCIA"
13	default n
14	help
15	  Select if project MOLESKINE
16
17config PCMCIA_MSPI_BURST
18	bool "BURST mode"
19	depends on PCMCIA_MSPI
20	default n
21	help
22	  Select if PCMCIA burst mode
23
24endif
25
26