]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/net: Kconfig & Makefile cleanup
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 23 Aug 2011 07:42:10 +0000 (00:42 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 27 Aug 2011 07:58:49 +0000 (00:58 -0700)
commit88491d8103498a6166f70d5999902fec70924314
treed22646735d94ad81597b535e9e56131cc1896d71
parent330278cde612888e79fc4ab13d8f725258e903dd
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>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/arcnet/Kconfig
drivers/net/phy/Kconfig
drivers/net/tokenring/Kconfig