diff options
author | Alexandru Gagniuc <alex.g@adaptrum.com> | 2017-08-02 00:19:59 (GMT) |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2017-08-07 20:22:28 (GMT) |
commit | 3146f0c017df2231d03dff09cee31f7bd63db3e5 (patch) | |
tree | 1299ea854834b594e3e261ce2b726f4683119a9a /include/configs/km/kmp204x-common.h | |
parent | ef1f61aa03b30498a86ae0aa839f734bcb3737ec (diff) | |
download | u-boot-3146f0c017df2231d03dff09cee31f7bd63db3e5.tar.xz |
Move PHYLIB to Kconfig
Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/km/kmp204x-common.h')
-rw-r--r-- | include/configs/km/kmp204x-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index 3c66f8a..a1c83b7 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -346,7 +346,6 @@ int get_scl(void); /* RGMII (FM1@DTESC5) is used as debug itf, it's the only one configured */ #define CONFIG_SYS_FM1_DTSEC5_PHY_ADDR 0x11 #define CONFIG_SYS_TBIPA_VALUE 8 -#define CONFIG_PHYLIB /* recommended PHY management */ #define CONFIG_ETHPRIME "FM1@DTSEC5" #define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */ |