Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc0b927d authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

net: Revert ARCNET and PHYLIB to tristate options



commit 88491d81 ("drivers/net: Kconfig
& Makefile cleanup") changed the type of these options to bool, but
they select code that could (and still can) be built as modules.

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 261663b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

menuconfig ARCNET
	depends on NETDEVICES && (ISA || PCI || PCMCIA)
	bool "ARCnet support"
	tristate "ARCnet support"
	---help---
	  If you have a network card of this type, say Y and check out the
	  (arguably) beautiful poetry in
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#

menuconfig PHYLIB
	bool "PHY Device support and infrastructure"
	tristate "PHY Device support and infrastructure"
	depends on !S390
	depends on NETDEVICES
	help