diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-23 22:58:49 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-23 22:58:49 -0400 |
commit | 8cee0cd5bec53b78dd3c43a73b27821a688133e6 (patch) | |
tree | 067920155bf3cf6896e88d1cff8c170d32768922 /drivers/net/phy/Kconfig | |
parent | bb40dcbb0fcebe1df08ba261483fcc38b307d063 (diff) | |
download | kernel_samsung_smdk4412-8cee0cd5bec53b78dd3c43a73b27821a688133e6.zip kernel_samsung_smdk4412-8cee0cd5bec53b78dd3c43a73b27821a688133e6.tar.gz kernel_samsung_smdk4412-8cee0cd5bec53b78dd3c43a73b27821a688133e6.tar.bz2 |
[netdrvr] delete CONFIG_PHYCONTROL
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 14f4de1..c782a63 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -12,14 +12,6 @@ config PHYLIB devices. This option provides infrastructure for managing PHY devices. -config PHYCONTROL - bool " Support for automatically handling PHY state changes" - depends on PHYLIB - help - Adds code to perform all the work for keeping PHY link - state (speed/duplex/etc) up-to-date. Also handles - interrupts. - comment "MII PHY device drivers" depends on PHYLIB |