/linux/drivers/net/ethernet/adaptec/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/rdc/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/sgi/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/sis/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/faraday/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/davicom/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/via/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/packetengines/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/adi/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/atheros/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/micrel/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/cirrus/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/realtek/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/3com/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/smsc/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/cadence/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/renesas/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/amd/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/usb/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/intel/ |
H A D | Kconfig | diff aaba215ca0b4232824c92b830853f465f16a6672 Wed Sep 14 23:23:14 CEST 2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> MII: fix Kconfig dependencies for MII
MII Kconfig option is apart of the core networking drivers and by default NET_CORE is enabled so drivers selecting MII will have MII enabled as well. It was found using the randconfig option during testing, MII would be selected but NET_CORE could be disabled. This caused a dependency error.
Resolved the dependency by selecting NET_CORE when MII is selected.
Reported-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|