diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
commit | 8bd39de9b1bdaabaae35b0d9543376ccf3ff2424 (patch) | |
tree | 15f5ef45dd1389bf9c3fecb1f90481bd92f39e53 /include/configs/lx2160ardb.h | |
parent | 406257ae4162adefa46951ff673ae9bbe03756fe (diff) | |
download | u-boot-8bd39de9b1bdaabaae35b0d9543376ccf3ff2424.tar.gz |
Convert CONFIG_PHYLIB et al to Kconfig
This converts the following to Kconfig:
CONFIG_PHYLIB
CONFIG_PHY_ATHEROS
CONFIG_PHY_GIGE
CONFIG_MII
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/lx2160ardb.h')
-rw-r--r-- | include/configs/lx2160ardb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lx2160ardb.h b/include/configs/lx2160ardb.h index ebe5004f440..4fd3e548309 100644 --- a/include/configs/lx2160ardb.h +++ b/include/configs/lx2160ardb.h @@ -19,7 +19,6 @@ /* MAC/PHY configuration */ #if defined(CONFIG_FSL_MC_ENET) -#define CONFIG_MII #define CONFIG_ETHPRIME "DPMAC1@xgmii" #endif |