of: make unittest select OF_EARLY_FLATTREE instead of depend on it
authorRob Herring <robh@kernel.org>
Thu, 28 May 2015 17:58:02 +0000 (12:58 -0500)
committerRob Herring <robh@kernel.org>
Fri, 5 Jun 2015 01:16:46 +0000 (20:16 -0500)
commit649e0a77e28a7796bf62bfda0fe3f2aee094bd58
tree807ac88922f44efd83c9179032b3976f34e39a28
parent0166dc11be911213e0b1b764488c671be4c48cf3
of: make unittest select OF_EARLY_FLATTREE instead of depend on it

The DT unittest currently requires an arch (typically) to select
OF_EARLY_FLATTREE. Remove this dependency by selecting it directly so that
the unittest can be enabled easily on any architecture. With this and the
prior commit, we can easily enable and run unittests starting with x86
defconfig rather than hunting for the combination of config options to
enable OF on x86.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Acked-by: Grant Likely <grant.likely@lianro.org>
drivers/of/Kconfig
This page took 0.025124 seconds and 5 git commands to generate.