diff options
-rw-r--r-- | arch/mips/config.in | 1 | ||||
-rw-r--r-- | arch/mips/defconfig | 1 | ||||
-rw-r--r-- | arch/mips/defconfig-cobalt | 1 | ||||
-rw-r--r-- | arch/mips/defconfig-decstation | 1 | ||||
-rw-r--r-- | arch/mips/defconfig-ip22 | 1 | ||||
-rw-r--r-- | arch/mips/defconfig-orion | 1 | ||||
-rw-r--r-- | arch/mips/defconfig-rm200 | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index abe6fc881..fdca265d2 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -112,6 +112,7 @@ choice 'CPU type' \ R4300 CONFIG_CPU_R4300 \ R4x00 CONFIG_CPU_R4X00 \ R5000 CONFIG_CPU_R5000 \ + RM7000 CONFIG_CPU_RM7000 \ R56x0 CONFIG_CPU_NEVADA \ R8000 CONFIG_CPU_R8000 \ R10000 CONFIG_CPU_R10000" R4x00 diff --git a/arch/mips/defconfig b/arch/mips/defconfig index d12fc720b..f1631b04f 100644 --- a/arch/mips/defconfig +++ b/arch/mips/defconfig @@ -44,6 +44,7 @@ CONFIG_KMOD=y # CONFIG_CPU_R4300 is not set # CONFIG_CPU_R4X00 is not set CONFIG_CPU_R5000=y +# CONFIG_CPU_RM7000 is not set # CONFIG_CPU_NEVADA is not set # CONFIG_CPU_R8000 is not set # CONFIG_CPU_R10000 is not set diff --git a/arch/mips/defconfig-cobalt b/arch/mips/defconfig-cobalt index 01661a95d..7cfa2345d 100644 --- a/arch/mips/defconfig-cobalt +++ b/arch/mips/defconfig-cobalt @@ -45,6 +45,7 @@ CONFIG_KMOD=y # CONFIG_CPU_R4300 is not set # CONFIG_CPU_R4X00 is not set # CONFIG_CPU_R5000 is not set +# CONFIG_CPU_RM7000 is not set CONFIG_CPU_NEVADA=y # CONFIG_CPU_R8000 is not set # CONFIG_CPU_R10000 is not set diff --git a/arch/mips/defconfig-decstation b/arch/mips/defconfig-decstation index d7bba78d1..815b3345e 100644 --- a/arch/mips/defconfig-decstation +++ b/arch/mips/defconfig-decstation @@ -40,6 +40,7 @@ CONFIG_CPU_R3000=y # CONFIG_CPU_R4300 is not set # CONFIG_CPU_R4X00 is not set # CONFIG_CPU_R5000 is not set +# CONFIG_CPU_RM7000 is not set # CONFIG_CPU_NEVADA is not set # CONFIG_CPU_R8000 is not set # CONFIG_CPU_R10000 is not set diff --git a/arch/mips/defconfig-ip22 b/arch/mips/defconfig-ip22 index 75e1df200..366079a06 100644 --- a/arch/mips/defconfig-ip22 +++ b/arch/mips/defconfig-ip22 @@ -44,6 +44,7 @@ CONFIG_KMOD=y # CONFIG_CPU_R4300 is not set # CONFIG_CPU_R4X00 is not set CONFIG_CPU_R5000=y +# CONFIG_CPU_RM7000 is not set # CONFIG_CPU_NEVADA is not set # CONFIG_CPU_R8000 is not set # CONFIG_CPU_R10000 is not set diff --git a/arch/mips/defconfig-orion b/arch/mips/defconfig-orion index 4073bfd32..9828de133 100644 --- a/arch/mips/defconfig-orion +++ b/arch/mips/defconfig-orion @@ -38,6 +38,7 @@ CONFIG_ORION=y # CONFIG_CPU_R4300 is not set # CONFIG_CPU_R4X00 is not set CONFIG_CPU_R5000=y +# CONFIG_CPU_RM7000 is not set # CONFIG_CPU_NEVADA is not set # CONFIG_CPU_R8000 is not set # CONFIG_CPU_R10000 is not set diff --git a/arch/mips/defconfig-rm200 b/arch/mips/defconfig-rm200 index a218630d2..ccb1f6472 100644 --- a/arch/mips/defconfig-rm200 +++ b/arch/mips/defconfig-rm200 @@ -43,6 +43,7 @@ CONFIG_KMOD=y # CONFIG_CPU_R4300 is not set # CONFIG_CPU_R4X00 is not set CONFIG_CPU_R5000=y +# CONFIG_CPU_RM7000 is not set # CONFIG_CPU_NEVADA is not set # CONFIG_CPU_R8000 is not set # CONFIG_CPU_R10000 is not set |