summaryrefslogtreecommitdiff
path: root/drivers/modem/Kconfig
blob: be8476ed0f98eeac4f0b6025fe5b147f7a59ec69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
config MODEM
        bool "Modem Access Framework"
        default y
        help
         Add support for Modem Access Framework. It allows different
	 platform specific drivers to register modem access mechanisms
	 and allows transparent access to modem to the client drivers.

	 If unsure, say N.

config MODEM_U5500_MCDD
	tristate "Modem crash dump detection driver for STE U5500 platform"
	depends on (UX500_SOC_DB5500 && U5500_MODEM_IRQ && MODEM)
	default y
	help
	 Add support for Modem crash detection
	 driver for  STE U5500 platform.
	 And inform userspace.

         If unsure, say N.

config MODEM_U8500
	bool "Modem Access driver for STE U8500 platform"
	depends on MODEM
	default n
	help
	 Add support for Modem Access driver on STE U8500 platform which
	 uses Shared Memroy as IPC mechanism between Modem processor and
	 Application processor.

	 If unsure, say N.

source "drivers/modem/shrm/Kconfig"

config MODEM_M6718
	tristate "Modem Access driver for STE M6718 modem"
	depends on MODEM
	default n
	help
	 Add support for the modem access driver for the M6718 modem.

	 If unsure, say N.

source "drivers/modem/m6718_spi/Kconfig"