summaryrefslogtreecommitdiff
path: root/drivers/phy/Kconfig
blob: 62bd2cb29e6e627afbec4a7b531ccb6bb28bf2a7 (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
#
# PHY
#

menu "PHY Subsystem"

config GENERIC_PHY
	tristate "PHY Core"
	help
	  Generic PHY support.

	  This framework is designed to provide a generic interface for PHY
	  devices present in the kernel. This layer will have the generic
	  API by which phy drivers can create PHY using the phy framework and
	  phy users can obtain reference to the PHY. All the users of this
	  framework should select this config.

config PHY_EXYNOS_MIPI_VIDEO
	tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
	help
	  Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung
	  S5P and EXYNOS SoCs.

config PHY_EXYNOS_USB
	tristate "Samsung USB PHY driver (using the Generic PHY Framework)"
	help
	  Enable this to support Samsung USB phy helper driver for Samsung SoCs.
	  This driver provides common interface to interact, for Samsung
	  USB 2.0 PHY driver.

config PHY_EXYNOS4210_USB
	bool "Support for Exynos 4210"
	depends on PHY_EXYNOS_USB
	depends on CPU_EXYNOS4210
	help
	  Enable USB PHY support for Exynos 4210

config PHY_EXYNOS4212_USB
	bool "Support for Exynos 4212"
	depends on PHY_EXYNOS_USB
	depends on (SOC_EXYNOS4212 || SOC_EXYNOS4412)
	help
  	  Enable USB PHY support for Exynos 4212
  	  
config EXYNOS_PHY
	tristate "Exynos PHY driver"
	help
	  Support for PHY controllers on SoCs from Exynos family.

endmenu