19 lines
428 B
Plaintext
19 lines
428 B
Plaintext
|
#
|
||
|
# 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.
|
||
|
|
||
|
endmenu
|