Re: [U-Boot] [PATCH 5/5] net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options

2017-07-27 Thread Joe Hershberger
On Fri, Jul 7, 2017 at 1:37 PM, Alexandru Gagniuc wrote: > The correct option is PHY_MICREL_KSZ90X1, but some configs still > select the 9021 and 9031 options, which are deprecated. > > Signed-off-by: Alexandru Gagniuc Acked-by: Joe Hershberger ___ U-

[U-Boot] [PATCH 5/5] net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options

2017-07-07 Thread Alexandru Gagniuc
The correct option is PHY_MICREL_KSZ90X1, but some configs still select the 9021 and 9031 options, which are deprecated. Signed-off-by: Alexandru Gagniuc --- drivers/net/phy/Kconfig | 24 ++-- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/drivers/net/phy/Kcon