MIPS: Simplify CONFIG_SYS_CPU values
authorPaul Burton <paul.burton@imgtec.com>
Mon, 16 May 2016 09:52:11 +0000 (10:52 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:36:39 +0000 (01:36 +0200)
commit20286cdff766d64dc718a9d855b049580dfeb3cc
tree76be6ffa7aece37cfcd18f04f50001e2b622806d
parent9f8ac82452d8bb5eccc38a0c3c0a8f82e1774452
MIPS: Simplify CONFIG_SYS_CPU values

Rather than having the values for CONFIG_SYS_CPU depend upon each
architecture revision, have them depend upon the more general
CONFIG_CPU_MIPS32 & CONFIG_CPU_MIPS64 which in turn depend upon the
architecture revisions.

This is done in preparation for adding MIPSr6 support, which would
otherwise need to introduce new cases here.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/Kconfig