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)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2022 10:56:16 +0000 (11:56 +0100)
commitda367ac74aecb59b62a9538009d4aee8ce4bdfb3
tree24750a118cc8f160a176734bf13c9d0e685647ff
parentcefa91b2332d7009bc0be5d951d6cbbf349f90f8
net: restore alpha order to Ethernet devices in config

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>
drivers/net/ethernet/Kconfig