aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/phy/Kconfig
blob: 3cb974c1eaa5c9f1db45200bbaf5fa05ef1ec1f1 (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
45
46
47
48
49
50
51
# Include EMP CAIF Physical drivers physical drivers
# sourced "drivers/net/caif/Kconfig"

# Some options here should be made platform dependent

menu "CAIF ZOOM2/ZOOM3/BLAZE low level physical drivers"
	depends on CAIF && MACH_OMAP_ZOOM2 || MACH_OMAP_ZOOM3 || ARCH_OMAP4

config CAIF_HSI_OMAP
	tristate "CAIF HSI OMAP driver"
	default n
	depends on ARCH_OMAP4
	---help---
	CAIF OMAP HSI driver using the OMAP HSI interface.

config CAIF_PHY_SPI
	tristate "CAIF SPI OMAP driver"
	default n
	depends on MACH_OMAP_ZOOM2 || MACH_OMAP_ZOOM3
	---help---
	The CAIF SPI driver for the omap platform

config CAIF_PHY_GPIO_AWR
	int "AWR GPIO pin"
	default "23"
	depends on CAIF_TTY && CAIF_TTY_PM
	---help---
	Output GPIO pin for the modem AWR signal.

config CAIF_PHY_GPIO_CWR
	int "CWR GPIO pin"
	default "156"
	depends on CAIF_TTY && CAIF_TTY_PM
	---help---
	Input GPIO pin for the modem CWR signal.

config CAIF_PHY_GPIO_SPI_SS
	int "SPI SS GPIO pin"
	default "159"
	depends on CAIF_PHY_SPI
	---help---
	GPIO pin for the modem SPI slave select signal.

config CAIF_PHY_GPIO_SPI_INT
	int "SPI INT GPIO pin"
	default "14"
	depends on CAIF_PHY_SPI
	---help---
	GPIO pin for the modem SPI interrupt signal.

endmenu