>From 3e72233003feab86575032851dd374111d0eeaef Mon Sep 17 00:00:00 2001 From: Wu Zhangjin <wuzhangjin@xxxxxxxxx> Date: Sat, 16 May 2009 05:04:19 +0800 Subject: [PATCH 29/30] loongson: fixup undefined CONFIG_UCA_SIZE --- arch/mips/loongson/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig index 572054c..cef68a0 100644 --- a/arch/mips/loongson/Kconfig +++ b/arch/mips/loongson/Kconfig @@ -109,7 +109,7 @@ config CS5536_MFGPT config UCA_SIZE hex "Uncache Accelerated Region size" - depends on LOONGSON2F + depends on CPU_LOONGSON2F default 0x400000 if LEMOTE_YEELOONG2F default 0x2000000 if LEMOTE_FULOONG2F help -- 1.6.2.1