diff options
Diffstat (limited to 'arch/mips/loongson/Kconfig')
-rw-r--r-- | arch/mips/loongson/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig index 7a86987b478f..3df1967dea08 100644 --- a/arch/mips/loongson/Kconfig +++ b/arch/mips/loongson/Kconfig | |||
@@ -78,3 +78,8 @@ config LOONGSON_SUSPEND | |||
78 | bool | 78 | bool |
79 | default y | 79 | default y |
80 | depends on CPU_SUPPORTS_CPUFREQ && SUSPEND | 80 | depends on CPU_SUPPORTS_CPUFREQ && SUSPEND |
81 | |||
82 | config LOONGSON_UART_BASE | ||
83 | bool | ||
84 | default y | ||
85 | depends on EARLY_PRINTK || SERIAL_8250 | ||