From 29567484d1fd8e04b2f32df25a27b6d93516d503 Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Mon, 7 Feb 2011 11:31:36 +0900 Subject: [PATCH] --- yaml --- r: 234150 b: refs/heads/master c: efe8dc556cd0f22e04c453188ffbc408b492eb82 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/loongson/Kconfig | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index aaa28129fb14..2b78d3a51270 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 994fed2dd2166f86b62ec53c7424660145f138ee +refs/heads/master: efe8dc556cd0f22e04c453188ffbc408b492eb82 diff --git a/trunk/arch/mips/loongson/Kconfig b/trunk/arch/mips/loongson/Kconfig index 6e1b77fec7ea..aca93eed8779 100644 --- a/trunk/arch/mips/loongson/Kconfig +++ b/trunk/arch/mips/loongson/Kconfig @@ -1,6 +1,7 @@ +if MACH_LOONGSON + choice prompt "Machine Type" - depends on MACH_LOONGSON config LEMOTE_FULOONG2E bool "Lemote Fuloong(2e) mini-PC" @@ -87,3 +88,5 @@ config LOONGSON_UART_BASE config LOONGSON_MC146818 bool default n + +endif # MACH_LOONGSON