Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752140AbbFBWrC (ORCPT ); Tue, 2 Jun 2015 18:47:02 -0400 Received: from mail-qc0-f172.google.com ([209.85.216.172]:34463 "EHLO mail-qc0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751122AbbFBWqy (ORCPT ); Tue, 2 Jun 2015 18:46:54 -0400 From: Rob Herring To: devicetree@vger.kernel.org, Grant Likely , Ralf Baechle Cc: linux-kernel@vger.kernel.org, Pantelis Antoniou , Geert Uytterhoeven , Rob Herring Subject: [PATCH 0/3] Make CONFIG_OF user selectable Date: Tue, 2 Jun 2015 17:46:41 -0500 Message-Id: <1433285204-4307-1-git-send-email-robh@kernel.org> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 987 Lines: 27 There are a couple of reasons we'd like to have CONFIG_OF be user visible and enabled. The first is DT overlays can be used on architectures regardless of whether they use DT for booting. One example is running DT unittests on x86. The second is simply to expand the compile coverage of the DT code. This change enables building DT code on x86 allyesconfig and allmodconfig. Rob Rob Herring (3): MIPS: prepare for user enabling of CONFIG_OF of: make CONFIG_OF user selectable of: make unittest select OF_EARLY_FLATTREE instead of depend on it arch/mips/include/asm/prom.h | 2 +- arch/mips/kernel/prom.c | 1 + drivers/of/Kconfig | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) -- 2.1.0 -- 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/