metag: Fix METAG Kconfig symbol select ordering
authorJames Hogan <james.hogan@imgtec.com>
Thu, 16 Jan 2014 08:39:24 +0000 (08:39 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Tue, 18 Mar 2014 10:22:57 +0000 (10:22 +0000)
commitcca7c66f2dab1343fa4fe854c3700bac3a1f71c0
treecf1dd2f5cd3733a6e913680e63e01bf6e1992d36
parent48ce8e3f7080869763cfb3ab4ac57bb0ba4da698
metag: Fix METAG Kconfig symbol select ordering

Commit d1a1dc0be866 (consolidate per-arch stack overflow debugging
options) broke the ordering of the selects in arch/metag/Kconfig by
adding select HAVE_DEBUG_STACKOVERFLOW at the end. Move it to the right
place.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/Kconfig