All of lore.kernel.org
 help / color / mirror / Atom feed
* Kconfig circular dependency question
@ 2014-04-06 19:49 Larry Finger
  2014-04-06 20:10 ` Paul Bolle
  2014-04-06 20:31 ` Randy Dunlap
  0 siblings, 2 replies; 11+ messages in thread
From: Larry Finger @ 2014-04-06 19:49 UTC (permalink / raw)
  To: LKML

A kernel build is reporting the following:

net/rfkill/Kconfig:4:error: recursive dependency detected!
net/rfkill/Kconfig:4:   symbol RFKILL is selected by R8723AU
drivers/staging/rtl8723au/Kconfig:1:    symbol R8723AU depends on USB
drivers/usb/Kconfig:41: symbol USB is selected by MOUSE_APPLETOUCH
drivers/input/mouse/Kconfig:162:        symbol MOUSE_APPLETOUCH depends on INPUT
drivers/input/Kconfig:8:        symbol INPUT is selected by ACPI_CMPC
drivers/platform/x86/Kconfig:635:       symbol ACPI_CMPC depends on RFKILL

What is the recommended way to avoid this circularity? Of course, R8723AU could 
select USB rather than depending on it, but that does not seem quite right.

Thanks,

Larry

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-04-07 17:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-06 19:49 Kconfig circular dependency question Larry Finger
2014-04-06 20:10 ` Paul Bolle
2014-04-06 20:21   ` Paul Bolle
2014-04-06 20:31 ` Randy Dunlap
2014-04-06 20:52   ` Paul Bolle
2014-04-06 21:07     ` Larry Finger
2014-04-06 21:14       ` Paul Bolle
2014-04-06 22:51         ` Larry Finger
2014-04-07 17:10           ` Paul Bolle
2014-04-07  0:02     ` Gene Heskett
2014-04-06 21:03   ` Larry Finger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.