]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: kconfig: add options for CPU type select
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 26 Oct 2014 13:14:07 +0000 (14:14 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 1 Nov 2014 17:18:03 +0000 (18:18 +0100)
commit02611cbb7ca56d5dc405cf616ea570ae7bce43fa
treec8fde9128f973f0311f2b6f08091e2978e2e049e
parent0e1dc3456fef34832ef67161f4a96d90363294ec
MIPS: kconfig: add options for CPU type select

Add new Kconfig option to let the user select the targets
CPU type. Each target have to select SUPPORTS_CPU_MIPS[32,64]_R[1,2]
to indicate which CPU types are supported.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/Kconfig