summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
blob: b5cefb2ff3d17d5e3e97badea50af75893e185b9 (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
#
# PHY
#

menuconfig GENERIC_PHY
	bool "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.

if GENERIC_PHY

config USB_NOP_XCEIV
	bool "Generic USB nop phy"
	help
	  This driver is to be used by all the usb transceiver which are either
	  built-in with usb ip or which are autonomous and doesn't require any
	  phy programming such as ISP1x04 etc.

source "drivers/phy/freescale/Kconfig"

endif