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

Commit 30841711 authored by Evgeniy Polyakov's avatar Evgeniy Polyakov Committed by Greg Kroah-Hartman
Browse files

[PATCH] w1: clean up W1_CON dependency.



If w1 is not enabled, w1_con should not appear in configuration,
even if no logic is turned on without w1.
W1_CON should depend on W1 also.

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarEvgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6a873403
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ config W1
	  will be called wire.ko.

config W1_CON
	depends on CONNECTOR
	depends on CONNECTOR && W1
	bool "Userspace communication over connector"
	default y
	--- help ---