Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754689AbaFPO1Y (ORCPT ); Mon, 16 Jun 2014 10:27:24 -0400 Received: from mail-yk0-f170.google.com ([209.85.160.170]:44501 "EHLO mail-yk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890AbaFPO1X (ORCPT ); Mon, 16 Jun 2014 10:27:23 -0400 MIME-Version: 1.0 X-Originating-IP: [84.208.72.173] In-Reply-To: <8B2F6FFD0BD1E448853114367400A37306FCD2E22A@BLRX7MCDC203.AMER.DELL.COM> References: <8B2F6FFD0BD1E448853114367400A37306FCD2E023@BLRX7MCDC203.AMER.DELL.COM> <8B2F6FFD0BD1E448853114367400A37306FCD2E02A@BLRX7MCDC203.AMER.DELL.COM> <8B2F6FFD0BD1E448853114367400A37306FCD2E22A@BLRX7MCDC203.AMER.DELL.COM> From: Tom Gundersen Date: Mon, 16 Jun 2014 16:27:02 +0200 Message-ID: Subject: Re: [PATCH] firmware loader: allow disabling of udev as firmware loader To: b_b_singh Cc: LKML , Ming Lei , Greg KH , Abhay Salunke , Stefan Roese , Arnd Bergmann , Kay Sievers , matt_domsch , srinivas_g_gowda , stuart_hayes Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 10, 2014 at 5:13 PM, wrote: > I see contradiction of drivers/base/Kconfig here i.e, If I configure DELL_RBU=y I cannot configure FW_LOADER_USER_HELPER=n. > with this patch https://lkml.org/lkml/2014/6/4/327 i cannot have FW_LOADER_USER_HELPER=n & DELL_RBU=y at the same time. > I'm using the latest stable upstream kernel-3.14.5. > > Symbol: FW_LOADER_USER_HELPER [=y] > Type : boolean > Defined at drivers/base/Kconfig:146 > Selected by: FW_LOADER_USER_HELPER_FALLBACK [=n] && FW_LOADER [=y] || DELL_RBU [=y] && X86 [=y] Yes, with that version of the patch you should instead try with FW_LOADER_USER_HELPER_FALLBACK=n (the options were renamed). Does that work for you? Cheers, Tom -- 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/