From: Geert Uytterhoeven Date: Mon, 26 Dec 2011 19:32:02 +0000 (+0100) Subject: m68k/Kconfig: Separate classic m68k and coldfire early X-Git-Tag: v3.3-rc1~180^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8f955daf77d303f0ee08d2acab30d3886cbd2b;p=pandora-kernel.git m68k/Kconfig: Separate classic m68k and coldfire early While you can build multiplatform kernels for machines with classic m68k processors, you cannot mix support for classic m68k and coldfire processors. To avoid such hybrid kernels, introduce CONFIG_M68KCLASSIC as an antipole for CONFIG_COLDFIRE, and make all specific processor support depend on one of them. All classic m68k machine support also needs to depend on this. The defaults (CONFIG_M68KCLASSIC if MMU, CONFIG_COLDFIRE if !MMU) are chosen such to make most of the existing configs build and work. Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed