From 5f9cc363ed9b68245cacc6408c793f150992f4d9 Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Fri, 27 May 2016 15:39:39 +0200 Subject: MIPS: add tune for MIPS 34kc Add tune Kconfig option for MIPS 34kc. Signed-off-by: Daniel Schwierzeck --- arch/mips/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/mips/Kconfig') diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index abaeaf0330..a9294527df 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -228,6 +228,9 @@ config MIPS_TUNE_14KC config MIPS_TUNE_24KC bool +config MIPS_TUNE_34KC + bool + config MIPS_TUNE_74KC bool -- cgit v1.2.3