Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754486AbbBPGVr (ORCPT ); Mon, 16 Feb 2015 01:21:47 -0500 Received: from mail-wi0-f182.google.com ([209.85.212.182]:61103 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751224AbbBPGVp (ORCPT ); Mon, 16 Feb 2015 01:21:45 -0500 MIME-Version: 1.0 In-Reply-To: <1424030408.9418.106.camel@x220> References: <1424013767-25522-1-git-send-email-matwey@sai.msu.ru> <1424030408.9418.106.camel@x220> From: "Matwey V. Kornilov" Date: Mon, 16 Feb 2015 10:21:23 +0400 X-Google-Sender-Auth: o-5uZRboxyKz6KL2TH5fmAAVbZA Message-ID: Subject: Re: [PATCH] of: Add prompt for OF_OVERLAY config To: Paul Bolle Cc: Grant Likely , robh+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1339 Lines: 42 2015-02-15 23:00 GMT+03:00 Paul Bolle : > On Sun, 2015-02-15 at 18:22 +0300, Matwey V. Kornilov wrote: >> Signed-off-by: Matwey V. Kornilov >> --- >> drivers/of/Kconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig >> index b5e0c87..fdca685 100644 >> --- a/drivers/of/Kconfig >> +++ b/drivers/of/Kconfig >> @@ -85,7 +85,7 @@ config OF_RESOLVE >> bool >> >> config OF_OVERLAY >> - bool >> + bool "Device Tree overlays" >> depends on OF >> select OF_DYNAMIC >> select OF_RESOLVE > > Is this a bugfix (for the bug that OF_OVERLAY can't yet actually be set > to 'y') or not? Perhaps a commit explanation would have answered that > question. Yes it is. I thought it was trivial, I'll add message in v2 > By the way, "depends on OF" is superfluous (the enclosing menu already > depends on OF). Ok, but I'll put it in separate patch -- With best regards, Matwey V. Kornilov. Sternberg Astronomical Institute, Lomonosov Moscow State University, Russia -- 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/