From: Rob Herring Date: Thu, 28 May 2015 17:58:02 +0000 (-0500) Subject: of: make unittest select OF_EARLY_FLATTREE instead of depend on it X-Git-Tag: omap-for-v4.2/fixes-rc1^2~48^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649e0a77e28a7796bf62bfda0fe3f2aee094bd58;p=pandora-kernel.git 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 Cc: Geert Uytterhoeven Cc: Pantelis Antoniou Acked-by: Grant Likely --- Reading git-diff-tree failed