Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1156973
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Rob Herring <robh@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Make CONFIG_OF user selectable |
| Date | Wed, 03 Jun 2015 00:50:01 +0200 |
| Message-ID | <px3ap-6Sy-1@gated-at.bofh.it> (permalink) |
| X-Original-To | devicetree@vger.kernel.org, Grant Likely <grant.likely@linaro.org>, Ralf Baechle <ralf@linux-mips.org> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=UNUlDvzpUFZCPMg9VXgKVik4zSRtQBTiVA0PPgU3urI=; b=07RYCxhg71Jhj15AaHQs/ZFv8ee8kYfW0cio4Qnx+n+a9L4ndFjS7tRJwLGoZHdj5Y BprLdXQEHGTMdqlPC5D/6fntFe0ZVUBLWactSXTnczQONL79ZMgvfwxkkjSIbEYlMgSU SaoCzTVip6RaEoz/1NRt2eKBi+m/DF68i3oPgkYIAW5E/aC74GdR0NEvNxwc8ttT7YQd pwusgRVRM1Krx1o9B/UEMB2LK/I5J8flDkssRzDW1H7PlOGfK34Kz/QeaeWGTpvSJCKv DeE3ICF2hTG4dlZyQZervV7geJybygATrt7tWYQljDrY2gONX1wsHkR7tMT78tbD30TV BtzA== |
| X-Received | by 10.55.33.24 with SMTP id h24mr52927663qkh.95.1433285214032; Tue, 02 Jun 2015 15:46:54 -0700 (PDT) |
| X-Mailer | git-send-email 2.1.0 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 27 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel@vger.kernel.org, Pantelis Antoniou <pantelis.antoniou@konsulko.com>, Geert Uytterhoeven <geert@linux-m68k.org>, Rob Herring <robh@kernel.org> |
| X-Original-Date | Tue, 2 Jun 2015 17:46:41 -0500 |
| X-Original-Message-ID | <1433285204-4307-1-git-send-email-robh@kernel.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1156973 |
Show key headers only | View raw
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Make CONFIG_OF user selectable Rob Herring <robh@kernel.org> - 2015-06-03 00:50 +0200
[PATCH 1/3] MIPS: prepare for user enabling of CONFIG_OF Rob Herring <robh@kernel.org> - 2015-06-03 00:50 +0200
[PATCH 3/3] of: make unittest select OF_EARLY_FLATTREE instead of depend on it Rob Herring <robh@kernel.org> - 2015-06-03 00:50 +0200
[PATCH 2/3] of: make CONFIG_OF user selectable Rob Herring <robh@kernel.org> - 2015-06-03 00:50 +0200
Re: [PATCH 2/3] of: make CONFIG_OF user selectable Geert Uytterhoeven <geert@linux-m68k.org> - 2015-06-03 08:50 +0200
csiph-web