]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARC: [Review] Multi-platform image #1: Kconfig enablement
authorVineet Gupta <vgupta@synopsys.com>
Fri, 18 Jan 2013 09:42:25 +0000 (15:12 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 15 Feb 2013 17:46:12 +0000 (23:16 +0530)
commit53d98958f585517f362733a1dbdb69e2dc5153a3
tree58f7a5754853da864feed40cedff7bc46e906782
parent4368902bb90f0e208387f336c3fce0e6b2a110fc
ARC: [Review] Multi-platform image #1: Kconfig enablement

This mini patchseries addresses the lack of multi-platform-image support
in ARC port.

Older build system only supported one platform(soc) to build at a time
and further only one board of that platform could be built. There was no
technical reason for that - we just didn't have the need.

So the first step towards multi-platform (and multi-board) builds it to
allow build system to do that.

So as applicable, <choice .. endchoice> => <menu .. endmenu>

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arc/Kconfig
arch/arc/plat-arcfpga/Kconfig