summaryrefslogtreecommitdiff
path: root/include/config_phylib_all_drivers.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-04-28 16:41:00 -0400
committerTom Rini <trini@konsulko.com>2020-04-28 16:41:00 -0400
commit5bec37eb72bdb43d683593148f4911f1e1f34980 (patch)
treeca1014d0fc2cde48416c90f03c5bf448acc1775f /include/config_phylib_all_drivers.h
parent556fd590db78def1cb92b0e887c665d3b75f7519 (diff)
parent306881a0bfca22798da64f55206ef2824f37efed (diff)
downloadu-boot-WIP/28Apr2020.tar.gz
Merge branch 'migrate-various-PHY-options'WIP/28Apr2020
- Finish migration of CONFIG_PHYLIB and a number of related symbols to defconfig files.
Diffstat (limited to 'include/config_phylib_all_drivers.h')
-rw-r--r--include/config_phylib_all_drivers.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/config_phylib_all_drivers.h b/include/config_phylib_all_drivers.h
index 36df725b82..8e587bc7e7 100644
--- a/include/config_phylib_all_drivers.h
+++ b/include/config_phylib_all_drivers.h
@@ -12,21 +12,4 @@
#ifndef _CONFIG_PHYLIB_ALL_H
#define _CONFIG_PHYLIB_ALL_H
-#ifdef CONFIG_PHYLIB
-
-#define CONFIG_PHY_VITESSE
-#define CONFIG_PHY_BROADCOM
-#define CONFIG_PHY_DAVICOM
-#define CONFIG_PHY_REALTEK
-#define CONFIG_PHY_NATSEMI
-#define CONFIG_PHY_LXT
-#define CONFIG_PHY_ATHEROS
-#define CONFIG_PHY_SMSC
-
-#ifdef CONFIG_PHYLIB_10G
-#define CONFIG_PHY_TERANETICS
-#endif /* CONFIG_PHYLIB_10G */
-
-#endif /* CONFIG_PHYLIB */
-
#endif /*_CONFIG_PHYLIB_ALL_H */