Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754490AbbBPG1s (ORCPT ); Mon, 16 Feb 2015 01:27:48 -0500 Received: from mail-la0-f45.google.com ([209.85.215.45]:35334 "EHLO mail-la0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751224AbbBPG1q (ORCPT ); Mon, 16 Feb 2015 01:27:46 -0500 From: "Matwey V. Kornilov" To: grant.likely@linaro.org, robh+dt@kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, pebolle@tiscali.nl, "Matwey V. Kornilov" Subject: [PATCH v2 1/2] of: Add prompt for OF_OVERLAY config Date: Mon, 16 Feb 2015 09:27:23 +0300 Message-Id: <1424068044-3457-1-git-send-email-matwey@sai.msu.ru> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 950 Lines: 33 Add prompt for OF_OVERLAY config option to make in visible in menuconfig/xconfig to make user be able to set or unset this option. Signed-off-by: Matwey V. Kornilov --- Changes from v1: - Explanation commit message has been added to 1/2 - Add 2/2 (drop depends on OF) as suggested by 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 -- 2.1.4 -- 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/