diff options
| author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-23 03:42:10 -0400 |
|---|---|---|
| committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 03:58:49 -0400 |
| commit | 88491d8103498a6166f70d5999902fec70924314 (patch) | |
| tree | d22646735d94ad81597b535e9e56131cc1896d71 /drivers/net/tokenring | |
| parent | 330278cde612888e79fc4ab13d8f725258e903dd (diff) | |
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>
Diffstat (limited to 'drivers/net/tokenring')
| -rw-r--r-- | drivers/net/tokenring/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tokenring/Kconfig b/drivers/net/tokenring/Kconfig index 0f701588c7e..c7e0149d151 100644 --- a/drivers/net/tokenring/Kconfig +++ b/drivers/net/tokenring/Kconfig | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | # So far, we only have PCI, ISA, and MCA token ring devices | 5 | # So far, we only have PCI, ISA, and MCA token ring devices |
| 6 | menuconfig TR | 6 | menuconfig TR |
| 7 | tristate "Token Ring driver support" | 7 | bool "Token Ring driver support" |
| 8 | depends on NETDEVICES && !UML | 8 | depends on NETDEVICES && !UML |
| 9 | depends on (PCI || ISA || MCA || CCW || PCMCIA) | 9 | depends on (PCI || ISA || MCA || CCW || PCMCIA) |
| 10 | select LLC | 10 | select LLC |
