net: restore alpha order to Ethernet devices in config
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 14 Apr 2022 16:03:12 +0000 (09:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Apr 2022 12:38:53 +0000 (14:38 +0200)
commit1b4fb109cc53302ed614bbd31982ee22c605fb40
treec0e604deb19dba084dd0b25663022711b67792f5
parentd5049ef1f6718fe005416b954be94e45e102b2a0
net: restore alpha order to Ethernet devices in config

[ Upstream commit da367ac74aecb59b62a9538009d4aee8ce4bdfb3 ]

The displayed list of Ethernet devices in make menuconfig
has gotten out of order. This is mostly due to changes in vendor
names etc, but also because of new Microsoft entry in wrong place.

This restores so that the display is in order even if the names
of the sub directories are not.

Fixes: ca9c54d2d6a5 ("net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/Kconfig