Skip to content

Commit

Permalink
MIPS: Fix always CONFIG_LOONGSON_UART_BASE=y
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yoichi Yuasa authored and ralfbaechle committed Mar 14, 2011
1 parent 994fed2 commit efe8dc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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"
Expand Down Expand Up @@ -87,3 +88,5 @@ config LOONGSON_UART_BASE
config LOONGSON_MC146818
bool
default n

endif # MACH_LOONGSON

0 comments on commit efe8dc5

Please sign in to comment.