Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757065AbbEVIcs (ORCPT ); Fri, 22 May 2015 04:32:48 -0400 Received: from lb2-smtp-cloud3.xs4all.net ([194.109.24.26]:45281 "EHLO lb2-smtp-cloud3.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754487AbbEVIco (ORCPT ); Fri, 22 May 2015 04:32:44 -0400 Message-ID: <1432283559.27695.31.camel@x220> Subject: Re: [RFC v1] tree-wide: remove "select FW_LOADER" uses From: Paul Bolle To: Borislav Petkov Cc: "Luis R. Rodriguez" , gregkh@linuxfoundation.org, davem@davemloft.net, clemens@ladisch.de, dmitry.torokhov@gmail.com, JBottomley@odin.com, airlied@linux.ie, mchehab@osg.samsung.com, herbert@gondor.apana.org.au, marcel@holtmann.org, gustavo@padovan.org, johan.hedberg@gmail.com, starvik@axis.com, jesper.nilsson@axis.com, kaloz@openwrt.org, khalasa@piap.pl, ohad@wizery.com, arnd@arndb.de, 3chas3@gmail.com, jslaby@suse.cz, cooloney@gmail.com, rpurdie@rpsys.net, j.anaszewski@samsung.com, tiwai@suse.de, linux-kernel@vger.kernel.org Date: Fri, 22 May 2015 10:32:39 +0200 In-Reply-To: <20150522065346.GA23022@pd.tnic> References: <1432241149-8762-1-git-send-email-mcgrof@do-not-panic.com> <20150521222129.GI3689@pd.tnic> <20150522065346.GA23022@pd.tnic> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1412 Lines: 29 On Fri, 2015-05-22 at 08:53 +0200, Borislav Petkov wrote: > One thing I forgot last night: what about randconfigs? All that > functionality which selects FW_LOADER, won't boot anymore, right? I > mean, there are provisions to build fine even with FW_LOADER unset but > if you want to boot-test those kernels, you will artificially fail due > to missing request_firmware* things... > > Yap, just triggered one: > > $ make randconfig; grep -E "(MICROCODE|FW_LOADER)" .config > scripts/kconfig/conf --randconfig Kconfig > KCONFIG_SEED=0xE14FBE97 > warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies (USB_SUPPORT && USB && PM) > warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies (USB_SUPPORT && USB && PM) > warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH && SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH) selects SND_SST_IPC_ACPI which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && ACPI) Those missing dependencies look unrelated to not having FW_LOADER set. Did I miss something here? Thanks, Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/