projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994fed2
)
MIPS: Fix always CONFIG_LOONGSON_UART_BASE=y
author
Yoichi Yuasa
<yuasa@linux-mips.org>
Mon, 7 Feb 2011 02:31:36 +0000
(11:31 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 14 Mar 2011 20:07:26 +0000
(21:07 +0100)
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/2055/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/loongson/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/loongson/Kconfig
b/arch/mips/loongson/Kconfig
index 6e1b77fec7ea6da1c6236b67dcce54db06a54342..aca93eed8779b7756f32d0fb69bf0b32b9227019 100644
(file)
--- a/
arch/mips/loongson/Kconfig
+++ b/
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