summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
blob: e9461e1a25371e34765c88a9e4f09d35804424dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# PHY
#

menu "PHY Subsystem"

config 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.

endmenu