diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-28 16:41:00 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-28 16:41:00 -0400 |
commit | 5bec37eb72bdb43d683593148f4911f1e1f34980 (patch) | |
tree | ca1014d0fc2cde48416c90f03c5bf448acc1775f /include/config_phylib_all_drivers.h | |
parent | 556fd590db78def1cb92b0e887c665d3b75f7519 (diff) | |
parent | 306881a0bfca22798da64f55206ef2824f37efed (diff) | |
download | u-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.h | 17 |
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 */ |