|
From: Takashi Y. <yo...@us...> - 2006-08-02 14:40:17
|
Update of /cvsroot/linuxsh/linux/arch/sh/mm In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27255/arch/sh/mm Modified Files: Kconfig Log Message: SH7706 CPU support added Index: Kconfig =================================================================== RCS file: /cvsroot/linuxsh/linux/arch/sh/mm/Kconfig,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Kconfig 19 Jul 2006 14:33:16 -0000 1.11 +++ Kconfig 2 Aug 2006 14:40:09 -0000 1.12 @@ -47,6 +47,12 @@ select CPU_SH3 select CPU_HAS_PINT_IRQ +config CPU_SUBTYPE_SH7706 + bool "Support SH7706 processor" + select CPU_SH3 + help + Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU. + config CPU_SUBTYPE_SH7707 bool "Support SH7707 processor" select CPU_SH3 |