Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1156973

[PATCH 0/3] Make CONFIG_OF user selectable

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] Make CONFIG_OF user selectable
Date 2015-06-03 00:50 +0200
Message-ID <px3ap-6Sy-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | 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 | NextNext in thread | Find similar | Unroll thread


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