From: Mike Frysinger Date: Sat, 13 Jun 2009 10:15:18 +0000 (-0400) Subject: mtd: fix order of TEST/PARTITIONS kconfig options X-Git-Tag: v2.6.32-rc1~160^2~25 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f53da0ac752fe16a01ffeddaea658670974a05;p=pandora-kernel.git mtd: fix order of TEST/PARTITIONS kconfig options The MTD_TEST config option was added in between the MTD_PARTITIONS config and its dependent options which causes the resulting menu system to display incorrectly as MTD_TEST does not depend on MTD_PARTITIONS. So move it up a few lines where it won't cause a problem. Signed-off-by: Mike Frysinger Signed-off-by: David Woodhouse --- Reading git-diff-tree failed