[PATCH] sh: Move CPU subtype configuration to its own Kconfig
authorPaul Mundt <lethal@linux-sh.org>
Tue, 17 Jan 2006 06:14:19 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:28 +0000 (23:15 -0800)
commitcad8244840d1a148f638925758afd1cdf81fc839
tree632c3f88b2fc4187fc0315f7183cd198c6bb2d42
parentaa01666df35cd769c0957d4b3ae6ee99d680ab88
[PATCH] sh: Move CPU subtype configuration to its own Kconfig

Currently the CPU subtype options are cluttering up arch/sh/Kconfig somewhat.

Given that, this moves all of that in to its own arch/sh/mm/Kconfig.  Things
like cache configuration are also moved to this new location.

This also adds support for strict CPU tuning on newer cores, which requires
the addition of as-option.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
arch/sh/Kconfig
arch/sh/Kconfig.debug
arch/sh/Makefile
arch/sh/mm/Kconfig [new file with mode: 0644]