diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 17:33:00 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 17:33:00 +0100 |
commit | cfd2afc0f654e86e3f0b5060409b90f21964b9d3 (patch) | |
tree | 2c46a15ba60889a7a9a0544507ff195a3fcdf110 /arch/mips | |
parent | 19df0d1169b3ddcc84933794d1401aaafe2f0000 (diff) | |
download | linux-stable-cfd2afc0f654e86e3f0b5060409b90f21964b9d3.tar.gz linux-stable-cfd2afc0f654e86e3f0b5060409b90f21964b9d3.tar.bz2 linux-stable-cfd2afc0f654e86e3f0b5060409b90f21964b9d3.zip |
[MIPS] IP32: Remove experimental tag from kconfig.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8750e611ef59..a29ebfde6077 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -433,8 +433,7 @@ config SGI_IP27 here. config SGI_IP32 - bool "SGI IP32 (O2) (EXPERIMENTAL)" - depends on EXPERIMENTAL + bool "SGI IP32 (O2)" select ARC select ARC32 select BOOT_ELF32 |