kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Kconfig recursion error
@ 2016-11-22 11:21 Amit Kumar
  2016-11-22 11:30 ` Amit Kumar
  0 siblings, 1 reply; 8+ messages in thread
From: Amit Kumar @ 2016-11-22 11:21 UTC (permalink / raw)
  To: kernelnewbies

Hi,
When I configure  kernel like,
CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm make omap2plus_defconfig
I get error as follows,
HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
drivers/remoteproc/Kconfig:3:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
drivers/remoteproc/Kconfig:3: symbol REMOTEPROC is selected by QCOM_ADSP_PIL
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
drivers/remoteproc/Kconfig:81: symbol QCOM_ADSP_PIL depends on REMOTEPROC
#
# configuration written to .config
#
I think Documentation/kbuild/Kconfig.recursion-issue-02 is applicable,
because REMOTEPROC is mentioned in depends on and select at different
places.

Regards,
Amit Kumar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161122/0831c036/attachment.html 

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

end of thread, other threads:[~2016-11-23  9:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22 11:21 Kconfig recursion error Amit Kumar
2016-11-22 11:30 ` Amit Kumar
2016-11-22 17:02   ` Blatinox
2016-11-23  4:36     ` Amit Kumar
2016-11-23  6:57       ` Greg KH
2016-11-23  7:54         ` Amit Kumar
2016-11-23  8:51           ` Greg KH
2016-11-23  9:51             ` Amit Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).