diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2010-07-15 15:45:04 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:06 -0400 |
commit | 42a4f17dc356689075263d7c2bd68456676fa62e (patch) | |
tree | 2c66f5be57722cff7bb39eb0b59c3ec6eb24fff6 /arch/mips/configs/mtx1_defconfig | |
parent | 745aef5df1e2277ee9e34d86491084c0d6106338 (diff) |
MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY
Remove the CONFIG_SOC_AU1X00 Kconfig symbol since its job can also be done
by MACH_ALCHEMY, now renamed to MIPS_ALCHEMY.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/1461/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs/mtx1_defconfig')
-rw-r--r-- | arch/mips/configs/mtx1_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/configs/mtx1_defconfig b/arch/mips/configs/mtx1_defconfig index cff8f4c0e57c..10d20aa731d3 100644 --- a/arch/mips/configs/mtx1_defconfig +++ b/arch/mips/configs/mtx1_defconfig | |||
@@ -8,7 +8,7 @@ CONFIG_MIPS=y | |||
8 | # | 8 | # |
9 | # Machine selection | 9 | # Machine selection |
10 | # | 10 | # |
11 | CONFIG_MACH_ALCHEMY=y | 11 | CONFIG_MIPS_ALCHEMY=y |
12 | # CONFIG_AR7 is not set | 12 | # CONFIG_AR7 is not set |
13 | # CONFIG_BCM47XX is not set | 13 | # CONFIG_BCM47XX is not set |
14 | # CONFIG_BCM63XX is not set | 14 | # CONFIG_BCM63XX is not set |
@@ -64,7 +64,6 @@ CONFIG_MIPS_MTX1=y | |||
64 | # CONFIG_MIPS_PB1550 is not set | 64 | # CONFIG_MIPS_PB1550 is not set |
65 | # CONFIG_MIPS_XXS1500 is not set | 65 | # CONFIG_MIPS_XXS1500 is not set |
66 | CONFIG_SOC_AU1500=y | 66 | CONFIG_SOC_AU1500=y |
67 | CONFIG_SOC_AU1X00=y | ||
68 | CONFIG_LOONGSON_UART_BASE=y | 67 | CONFIG_LOONGSON_UART_BASE=y |
69 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 68 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
70 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 69 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |