drivers/net: Kconfig & Makefile cleanup
The is does a general cleanup of the drivers/net/ Kconfig and
Makefile. This patch create a "core" option and places all
the networking core drivers into this option (default is yes
for this option). In addition, it alphabitizes the Kconfig
driver options.
As a side cleanup, found that the arcnet, token ring, and PHY
Kconfig options were a tri-state option and should have been
a bool option.
Signed-off-by:
Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Showing
- drivers/net/Kconfig 137 additions, 130 deletionsdrivers/net/Kconfig
- drivers/net/Makefile 28 additions, 36 deletionsdrivers/net/Makefile
- drivers/net/arcnet/Kconfig 1 addition, 1 deletiondrivers/net/arcnet/Kconfig
- drivers/net/phy/Kconfig 1 addition, 1 deletiondrivers/net/phy/Kconfig
- drivers/net/tokenring/Kconfig 1 addition, 1 deletiondrivers/net/tokenring/Kconfig
Please register or sign in to comment