From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI, Takahiro Date: Fri, 19 Oct 2018 17:41:48 +0900 Subject: [U-Boot] efi-next: Kconfig: error: recursive dependency detected! In-Reply-To: References: Message-ID: <20181019084146.GO32578@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Oct 18, 2018 at 11:23:42PM +0200, Heinrich Schuchardt wrote: > Hello Alex, > > in branch efi-next Kconfig has a recursive dependency: > > $ make qemu_arm64_defconfig > drivers/usb/Kconfig:1:error: recursive dependency detected! > drivers/usb/Kconfig:1: symbol USB is selected by DISTRO_DEFAULTS > Kconfig:89: symbol DISTRO_DEFAULTS depends on USB > For a resolution refer to Documentation/kbuild/kconfig-language.txt > subsection "Kconfig recursive dependency limitations" I tried defconfig after I checked out the latest efi-next, but I did see this message. -Takahiro Akashi > This recursive dependency does not exist in master HEAD. > > Bisection points to: > distro: Imply USB_STORAGE when USB is available > https://lists.denx.de/pipermail/u-boot/2018-October/344774.html > > Best regards > > Heinrich